HijriDatePickerViewChangedArgs class
The dates that visible on the view changes in SfHIjriDateRangePicker
.
Details for HijriDatePickerViewChangedCallback, such as visibleDateRange and view.
See also:
- SfHijriDateRangePicker.onViewChanged, which receives the information.
- SfHijriDateRangePicker, which passes the information to one of its receiver.
- HijriDatePickerViewChangedCallback, signature when the current visible dates changed in date range picker.
- Annotations
Constructors
- HijriDatePickerViewChangedArgs(HijriDateRange visibleDateRange, HijriDatePickerView view)
-
Creates details for DateRangePickerViewChangedCallback.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- view → HijriDatePickerView
-
The currently visible HijriDatePickerView in the
SfHijriDateRangePicker.
final
- visibleDateRange → HijriDateRange
-
The date range of the currently visible view dates.
final
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