Class CalendarOrientation
The orientation of the calendar.
Inheritance
System.Object
CalendarOrientation
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class CalendarOrientation : Enum
Fields
Horizontal
Specifies horizontal orientation.
Declaration
public const CalendarOrientation Horizontal
Field Value
CalendarOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
Specifies vertical orientation.
Declaration
public const CalendarOrientation Vertical
Field Value
CalendarOrientation
|