Gets or sets the color used to as alternative item row background in the grid and chart areas.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public virtual Color AlternativeRowBackColor { get; set; }
Visual Basic (Declaration)
Public Overridable Property AlternativeRowBackColor As Color

See Also