Specifies the appearance and behavior of month headers in a SingleMonth and MonthRange views. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its members.
Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public enum MonthHeaderStyles |
Visual Basic
![]() |
---|
Public Enum MonthHeaderStyles |
Member name | Value | Description | |
---|---|---|---|
![]() |
Unspecified |
-1 | Unspecified. |
![]() |
None |
0 | Do not display the header. |
![]() |
Title |
1 | Display the date of the month in the header. |
![]() |
MonthButtons |
16 | Display buttons for scrolling to previous or next month. |
![]() |
YearButtons |
32 | Display buttons for scrolling to previous or next year. |