ViewChangedDetails class
The dates that visible on the view changes in SfCalendar.
Details for ViewChangedCallback, such as visibleDates.
See also:
- SfCalendar.onViewChanged, which receives the information.
- SfCalendar, which passes the information to one of its receiver.
- ViewChangedCallback, signature when the current visible dates changed in calendar.
- Annotations
Constructors
-
ViewChangedDetails(List<
DateTime> visibleDates) -
Creates details for ViewChangedCallback.
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
-
visibleDates
→ List<
DateTime> -
The date collection that visible on current view.
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