Class CalendarInteractionMode
Defines the different interaction modes of Rad
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
Pan
Navigation between the views with pan gesture is enabled.
Declaration
public const CalendarInteractionMode Pan
Field Value
value__
Declaration
public int value__
Field Value
System.
|