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.

Inheritance

Constructors

ExtendableRangeSelectionDirection()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.