MindFusion.Scheduling for ASP.NET Programmer's Guide
CellSettings.HeaderSize Property
See Also
 





Gets or sets the size of the cell header in pixels.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public Unit HeaderSize { get; set; }

Visual Basic  Copy Code

Public Property HeaderSize As Unit

 Property Value

An instance of the System.Web.UI.WebControls.Unit structure specifying the cells' header size. Default value is an empty structure.

 Remarks

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.

 See Also

CellSettings Members
CellSettings Class
MindFusion.Scheduling.WebForms Namespace