[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Calendar.C1Calendar.ChangeViewModeAsync

ChangeViewModeAsync Method

ChangeViewModeAsync(CalendarViewMode, DateTime?, bool)

Changes the view mode asynchronously performing an animation.

Declaration
public Task ChangeViewModeAsync(CalendarViewMode mode, DateTime? displayDate = null, bool animate = true)
Parameters
Type Name Description
CalendarViewMode mode

The target mode.

DateTime? displayDate

The display date.

bool animate

true if the transition is animated.

Returns
Type Description
Task