Class NavigateOptions
Provides information about the navigation while performing a 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
Gets or sets a value indicating whether to enable or disable auto navigation on dates when performing a drag action on appointments.
Declaration
public bool Enable { get; set; }
Property Value
Type |
---|
System.Boolean |
TimeDelay
Gets or sets the delay time when navigating between dates during a drag action on appointments.
Declaration
public int TimeDelay { get; set; }
Property Value
Type |
---|
System.Int32 |
Remarks
The TimeDelay
value should be provided in milliseconds.