ASP.NET Pack Programmer's Guide
MonthWeekHeaderStyle Enumeration
See Also
 





Specifies the alignment of the header that displays week numbers in a SingleMonth view.

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

 Syntax

C#  Copy Code

public enum MonthWeekHeaderStyle

Visual Basic  Copy Code

Public Enum MonthWeekHeaderStyle

 Members

  Member name Description

Left

Display the header on the left side of the calendar.

None

Do not display a week numbers header.

Right

Display the header on the right side of the calendar.

Unspecified

Unspecified.

 See Also

MindFusion.Scheduling.WebForms Namespace