Class NavigateOptions
Provides information about the navigation while performing a drag action on appointments.
Inherited Members
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class NavigateOptions
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
[JsonPropertyName("enable")]
public bool Enable { get; set; }
Property Value
| Type |
|---|
| bool |
TimeDelay
Gets or sets the delay time when navigating between dates during a drag action on appointments.
Declaration
[JsonPropertyName("timeDelay")]
public int TimeDelay { get; set; }
Property Value
| Type |
|---|
| int |
Remarks
The TimeDelay value should be provided in milliseconds.