Class CalendarView
Defines the view for the SfCalendar.
Inheritance
System.Object
CalendarView
Namespace: Syncfusion.Maui.Calendar
Assembly: Syncfusion.Maui.Calendar.dll
Syntax
public sealed class CalendarView : Enum
Remarks
The default value is Month
Fields
Century
Displays the century view.
Declaration
public const CalendarView Century
Field Value
Type | Description |
---|---|
CalendarView |
Decade
Displays the decade view.
Declaration
public const CalendarView Decade
Field Value
Type | Description |
---|---|
CalendarView |
Month
Displays the month view.
Declaration
public const CalendarView Month
Field Value
Type | Description |
---|---|
CalendarView |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Year
Displays the year view.
Declaration
public const CalendarView Year
Field Value
Type | Description |
---|---|
CalendarView |