[]
Changes the view mode asynchronously performing an animation.
public Task ChangeViewModeAsync(CalendarViewMode mode, Nullable<DateTime> displayDate = null, bool animate = true)
| Type | Name | Description |
|---|---|---|
| CalendarViewMode | mode | The target mode. |
| Nullable<DateTime> | displayDate | The display date. |
| bool | animate | true if the transition is animated. |
| Type | Description |
|---|---|
| Task |