ComponentOne Xamarin Edition
ChangeViewModeAsync Method
C1.Xamarin.Forms.Calendar Assembly > C1.Xamarin.Forms.Calendar Namespace > C1Calendar Class : ChangeViewModeAsync Method
The target mode.
The display date.
true if the transition is animated.
Changes the view mode asynchronously performing an animation.
Syntax
[AsyncStateMachine(C1.Xamarin.Forms.Calendar.C1Calendar+d__213)] 
public Task ChangeViewModeAsync( 
   CalendarViewMode mode, 
   Nullable<DateTime> displayDate, 
   bool animate 
)

Parameters

mode
The target mode.
displayDate
The display date.
animate
true if the transition is animated.
See Also

Reference

C1Calendar Class
C1Calendar Members