ASP.NET Pack Programmer's Guide
MonthSettings.MainHeaderHeight Property
See Also
 





Gets or sets the height of the main header in a month view.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public Unit MainHeaderHeight { get; set; }

Visual Basic  Copy Code

Public Property MainHeaderHeight As Unit

 Property Value

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

 Remarks

A value of 0 causes the Calendar control to automatically calculate the header size based on the header font size.

 See Also

MonthSettings Members
MonthSettings Class
MindFusion.Scheduling.WebForms Namespace