DateRangePickerView enum
Available views for SfDateRangePicker.
See also:
- HijriDatePickerView, which used to set different views for hijri date range picker.
Values
- month → const DateRangePickerView
-
- DateRangePickerView.month, Displays the month view.
- year → const DateRangePickerView
-
- DateRangePickerView.year, Displays the year view.
- decade → const DateRangePickerView
-
- DateRangePickerView.decade, Displays the decade view.
- century → const DateRangePickerView
-
- DateRangePickerView.century, Display the century view.
Note: This property not applicable when the
SfDateRangePicker.pickerMode
set asDateRangePickerMode.hijri
.
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<
DateRangePickerView> - A constant List of the values in this enum, in order of their declaration.