MindFusion.Scheduling for ASP.NET Programmer's Guide
MonthRangeSettings.HeaderHeight Property
See Also
 





Gets or sets the height of the header in a MonthRange view.

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

 Syntax

C#  Copy Code

public Unit HeaderHeight { get; set; }

Visual Basic  Copy Code

Public Property HeaderHeight As Unit

 Property Value

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

 Remarks

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

 See Also

MonthRangeSettings Members
MonthRangeSettings Class
MindFusion.Scheduling.WebForms Namespace