MindFusion.Scheduling for ASP.NET Programmer's Guide
WeekRangeSettings.DayNamesHeaderHeight Property
See Also
 





Gets or sets the height of the day names header in the WeekRange view.

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

 Syntax

C#  Copy Code

public Unit DayNamesHeaderHeight { get; set; }

Visual Basic  Copy Code

Public Property DayNamesHeaderHeight As Unit

 Property Value

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

 Remarks

A value of 0 causes the height to be calculated automatically based on the size of the header font.

 See Also

WeekRangeSettings Members
WeekRangeSettings Class
MindFusion.Scheduling.WebForms Namespace