Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / CalendarViewMode Enumeration

In This Topic
    CalendarViewMode Enumeration
    In This Topic
    Specifies constants that define the different views.
    Syntax
    'Declaration
     
    
    Public Enum CalendarViewMode 
       Inherits System.Enum
    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.Blazor.Calendar.CalendarViewMode

    See Also