MindFusion.Scheduling for ASP.NET Programmer's Guide
TimetableSettings.MainHeaderSize Property
See Also
 





Gets or sets the size of the main header.

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

 Syntax

C#  Copy Code

public Unit MainHeaderSize { get; set; }

Visual Basic  Copy Code

Public Property MainHeaderSize As Unit

 Property Value

An instance of the System.Web.UI.WebControls.Unit structure specifying the size of the main header. Default value is Unit.Empty.

 Remarks

A value of 0 causes the calendar to automatically calculate a header size based on the size of the header font.

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.WebForms Namespace