Specifies the appearance and behavior of the header in a Month view.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public enum MonthHeaderStyles |
Visual Basic
Copy Code
|
|---|
Public Enum MonthHeaderStyles |
Members| Member name | Description | |
|---|---|---|
![]() |
MonthButtons |
Display buttons for scrolling to previous or next month. |
![]() |
None |
Do not display the header. |
![]() |
SubheaderPerDay |
The sub headers are drawn separately for each day, rather than for the whole interval. |
![]() |
Title |
Display the date of the month in the header. |
![]() |
Unspecified |
Unspecified. |
![]() |
YearButtons |
Display buttons for scrolling to previous or next year. |
See Also