Class CalendarView
Defines the view for the SfCalendar.
Inheritance
System.Object
    CalendarView
  Namespace: Syncfusion.Maui.Toolkit.Calendar
Assembly: Syncfusion.Maui.Toolkit.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 | 
|---|
| CalendarView | 
Decade
Displays the decade view.
Declaration
public const CalendarView Decade
  Field Value
| Type | 
|---|
| CalendarView | 
Month
Displays the month view.
Declaration
public const CalendarView Month
  Field Value
| Type | 
|---|
| CalendarView | 
Year
Displays the year view.
Declaration
public const CalendarView Year
  Field Value
| Type | 
|---|
| CalendarView |