MindFusion.Scheduling for ASP.NET 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
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum MonthWeekHeaderStyle

Visual Basic  Copy Code

Public Enum MonthWeekHeaderStyle

 Members

  Member name Value Description

Unspecified

-1

Unspecified.

None

0

Do not display a week numbers header.

Left

1

Display the header on the left side of the calendar.

Right

2

Display the header on the right side of the calendar.

 See Also

MindFusion.Scheduling.WebForms Namespace