Class SFCalenderSelectionMode
This is an Enum. It represents the count of date cell has been selected. It has three values namely SingleSelection,MultiSelection and RangeSelection.
Inheritance
System.Object
SFCalenderSelectionMode
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public sealed class SFCalenderSelectionMode : Enum
Fields
SFCalenderSelectionModeMultiple
Allows to select the multiple dates in month.
Declaration
public const SFCalenderSelectionMode SFCalenderSelectionModeMultiple
Field Value
SFCalenderSelectionModeMultiRange
Allows to select the multiple continuous range of dates.
Declaration
public const SFCalenderSelectionMode SFCalenderSelectionModeMultiRange
Field Value
SFCalenderSelectionModeRange
Allows to select the continuous range of dates in month.
Declaration
public const SFCalenderSelectionMode SFCalenderSelectionModeRange
Field Value
SFCalenderSelectionModeSingle
Allows to select only one date in month.
Declaration
public const SFCalenderSelectionMode SFCalenderSelectionModeSingle