Defines the different interaction modes of RadScheduler.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum SchedulerInteractionMode
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