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

In This Topic
    CalendarOrientation Enumeration
    In This Topic
    Specifies constants that define the navigation orientation
    Syntax
    'Declaration
     
    
    Public Enum CalendarOrientation 
       Inherits System.Enum
    public enum CalendarOrientation : System.Enum 
    Members
    MemberDescription
    HorizontalThe calendar is navigated horizontally.
    VerticalThe calendar is navigated vertically.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Calendar.CalendarOrientation

    See Also