Specifies the view type in a Calendar control.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight
C#
![]() |
---|
public enum CalendarView |
Visual Basic
![]() |
---|
Public Enum CalendarView |
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. |
Values from this enumeration can be assigned to the CurrentView, MaxDrillIn and MaxDrillOut properties of the Calendar class.