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