Defines the different interaction modes of RadCalendar.
Definition
Namespace:Telerik.Maui.Controls.Calendar
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum CalendarInteractionMode
Fields
Navigation between the views with gesture (pan, swipe etc.) is disabled.
C#
None = 0
Navigation between the views with pan gesture is enabled.
C#
Pan = 1