Gets or sets the height of the header areas within the control (grid and chart headers); by default it is set to 42 (i.e. 21 for each of the 2 default scale items).

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

Syntax

C#
public virtual double HeaderHeight { get; set; }
Visual Basic (Declaration)
Public Overridable Property HeaderHeight As Double

See Also