Specifies the appearance and behavior of the header in a MonthRange view. 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 MonthRangeHeaderStyles |
Visual Basic
![]() |
---|
Public Enum MonthRangeHeaderStyles |
Member name | Value | Description | |
---|---|---|---|
![]() |
Unspecified |
-1 | Unspecified. |
![]() |
None |
0 | The header is not displayed. |
![]() |
Title |
1 | The header displays the start and end dates. |
![]() |
Buttons |
240 | The header displays buttons that can be used to scroll to previous and following moths. |