ExtendableRangeSelectionDirection enum
The direction for extendable range selection in SfDateRangePicker. Extends the selected range with the new selected date in the date range picker based on the extendable range selection direction.
Values
- none → const ExtendableRangeSelectionDirection
-
Doesn’t allows to extend the selection, the initial range will remains.
- both → const ExtendableRangeSelectionDirection
-
Allows to extend the selection in both the direction.
- forward → const ExtendableRangeSelectionDirection
-
Allows to extend the selection only in forward direction. The start date will not be changed here.
- backward → const ExtendableRangeSelectionDirection
-
Allows to extend the selection only in backward direction. The end date will not be changed here.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ExtendableRangeSelectionDirection> - A constant List of the values in this enum, in order of their declaration.