DateRangePickerViewChangedArgs class

The dates that visible on the view changes in SfDateRangePicker.

Details for DateRangePickerViewChangedCallback, such as visibleDateRange and view.

See also:

Annotations

Constructors

DateRangePickerViewChangedArgs(PickerDateRange visibleDateRange, DateRangePickerView 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 → DateRangePickerView
The currently visible DateRangePickerView in the SfDateRangePicker.
final
visibleDateRange → PickerDateRange
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