ViewChangedDetails class

The dates that visible on the view changes in SfCalendar.

Details for ViewChangedCallback, such as visibleDates.

See also:

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