Specifies the view type in a Calendar control.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public enum CalendarView |
Visual Basic
Copy Code
|
|---|
Public Enum CalendarView |
Members| Member name | Description | |
|---|---|---|
![]() |
Century |
Indicates that the calendar displays the decades in a century. |
![]() |
Decade |
Indicates that the calendar displays the years in a decade. |
![]() |
Month |
Indicates that the calendar displays the days of a single month. |
![]() |
Time |
Indicates that the calendar displays the hours of a single day. |
![]() |
Year |
Indicates that the calendar displays the months of a single year. |
RemarksValues from this enumeration can be assigned to the CurrentView, MaxDrillIn and MaxDrillOut properties of the Calendar class.
See Also