Class NavigateOptions
A class that holds options to control the navigation, while performing drag action on appointments.
Inheritance
System.Object
NavigateOptions
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class NavigateOptions : Object
Constructors
NavigateOptions()
Declaration
public NavigateOptions()
Properties
Enable
Allows to enable or disable the auto navigation while performing drag action on appointments.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TimeDelay
Allows to define the time delay value while navigating.
Declaration
public int TimeDelay { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |