Class CalendarRangeSelectionDirection
Defines the direction for the SfCalendar range selection.
Inheritance
System.Object
CalendarRangeSelectionDirection
Namespace: Syncfusion.Maui.Toolkit.Calendar
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class CalendarRangeSelectionDirection : Enum
Fields
Backward
Defines the backward direction on range selection.
Declaration
public const CalendarRangeSelectionDirection Backward
Field Value
Both
Defines the both(backward and forward) direction on range selection.
Declaration
public const CalendarRangeSelectionDirection Both
Field Value
Default
Defines the default direction on range selection.
Declaration
public const CalendarRangeSelectionDirection Default
Field Value
Forward
Defines the forward direction on range selection.
Declaration
public const CalendarRangeSelectionDirection Forward
Field Value
None
Defines the none direction on range selection.
Declaration
public const CalendarRangeSelectionDirection None