Class SelectionMode
Selection modes for SfCalendar.
Inheritance
System.Object
SelectionMode
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public sealed class SelectionMode : Enum
Fields
MultiRangeSelection
SelectionMode.MultiRangeSelection, Allows to select a multiple ranges of dates by clicking and dragging.
Declaration
public const SelectionMode MultiRangeSelection
Field Value
Type |
---|
SelectionMode |
MultiSelection
SelectionMode.MultiSelection, Allows multiple date selection, selecting a new date will not remove the selection for previous dates, allows to select as many dates as possible in randam manner. Clicking again on selected dates can do deselection.
Declaration
public const SelectionMode MultiSelection
Field Value
Type |
---|
SelectionMode |
RangeSelection
SelectionMode.RangeSelection, Allows to select a single range of dates continuously by clicking and dragging.
Declaration
public const SelectionMode RangeSelection
Field Value
Type |
---|
SelectionMode |
SingleSelection
SelectionMode.SingleSelection, Allows to select a single date, selecting a new date will remove the selection for previous date and updates selection to the newly selected date.
Declaration
public const SelectionMode SingleSelection
Field Value
Type |
---|
SelectionMode |