Class CalendarMode
Defines the calendar mode for the calendar.
Inheritance
System.Object
    CalendarMode
  Namespace: Syncfusion.Maui.Toolkit.Calendar
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class CalendarMode : Enum
  Fields
Default
Represents the default mode.
Declaration
public const CalendarMode Default
  Field Value
| Type | 
|---|
| CalendarMode | 
Dialog
Represents the dialog mode.
Declaration
public const CalendarMode Dialog
  Field Value
| Type | 
|---|
| CalendarMode | 
RelativeDialog
Represents the relative dialog mode.
Declaration
public const CalendarMode RelativeDialog
  Field Value
| Type | 
|---|
| CalendarMode |