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