Specifies the appearance and behavior of the header in a MonthRange view.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public enum MonthRangeHeaderStyles |
Visual Basic
Copy Code
|
|---|
Public Enum MonthRangeHeaderStyles |
Members| Member name | Description | |
|---|---|---|
![]() |
Buttons |
The header displays buttons that can be used to scroll to previous and following months. |
![]() |
None |
The header is not displayed. |
![]() |
Title |
The header displays the start and end dates. |
![]() |
Unspecified |
Unspecified. |
See Also