Gets or sets the background color used to fill the header areas within the control (grid and chart headers); by default it is a shade of light gray.

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

Syntax

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

See Also