Class CalendarMode
Defines the calendar mode for the calendar.
Inheritance
System.Object
CalendarMode
Namespace: Syncfusion.Maui.Calendar
Assembly: Syncfusion.Maui.Calendar.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 |