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