WinUI | ComponentOne
C1.WinUI.Calendar Assembly / C1.WinUI.Calendar Namespace / CalendarViewMode Enumeration
In This Topic
    CalendarViewMode Enumeration
    In This Topic
    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