Gets or sets the size of the cell header in pixels.
Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public Unit HeaderSize { get; set; } |
Visual Basic
![]() |
---|
Public Property HeaderSize As Unit |
An instance of the System.Web.UI.WebControls.Unit structure specifying the cells' header size. Default value is an empty structure.
Specifying 0 for this property expands the header to fill the entire cell in SingleMonth, MonthRange and WeekRange views. In List view, setting the value to 0 will set the height of the header to 0 and it will not be visible.