C1.WinUI.Calendar Assembly / C1.WinUI.Calendar Namespace / CalendarViewMode Enumeration
CalendarViewMode Enumeration
Specifies constants that define the different views.
Syntax
public enum CalendarViewMode : System.Enum 
Members
MemberDescription
DecadeDisplays the years of the decade.
MonthDisplays the days of the month.
YearDisplays the months of the year.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WinUI.Calendar.CalendarViewMode

See Also