Class CalendarInteractionMode
Defines the different interaction modes of RadCalendar.
Inheritance
System.Object
CalendarInteractionMode
Namespace: Telerik.Maui.Controls.Calendar
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class CalendarInteractionMode : Enum
Fields
None
Navigation between the views with gesture (pan, swipe etc.) is disabled.
Declaration
public const CalendarInteractionMode None
Field Value
CalendarInteractionMode
|
Pan
Navigation between the views with pan gesture is enabled.
Declaration
public const CalendarInteractionMode Pan
Field Value
CalendarInteractionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|