Class CalendarView
Specifies the view of the calendar.
Inheritance
System.Object
CalendarView
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class CalendarView : Enum
Fields
Decade
Specifies the Decade view of the calendar.
Declaration
public const CalendarView Decade
Field Value
Type |
---|
CalendarView |
Month
Specifies the Month view of the calendar.
Declaration
public const CalendarView Month
Field Value
Type |
---|
CalendarView |
Year
Specifies the Year view of the calendar.
Declaration
public const CalendarView Year
Field Value
Type |
---|
CalendarView |