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





Gets or sets the width of the header, which displays week numbers.

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

 Syntax

C#  Copy Code

public Unit WeekNumbersHeaderWidth { get; set; }

Visual Basic  Copy Code

Public Property WeekNumbersHeaderWidth As Unit

 Property Value

An instance of the System.Web.UI.WebControls.Unit structure that specifies the width of the week numbers 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