Class ScrollOptions
Provides information about the scrolling action during a drag and resize action on appointments.
Inheritance
System.Object
ScrollOptions
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class ScrollOptions : Object
Constructors
ScrollOptions()
Declaration
public ScrollOptions()
Properties
Enable
Gets or sets whether to enable or disable the auto scrolling during a drag and resize action on appointments.
Declaration
public bool Enable { get; set; }
Property Value
Type |
---|
System.Boolean |
ScrollBy
Gets or sets the scroll step value.
Declaration
public int ScrollBy { get; set; }
Property Value
Type |
---|
System.Int32 |
Remarks
The ScrollBy
value should be provided in minutes.
TimeDelay
Gets or sets the time delay value while scrolling.
Declaration
public int TimeDelay { get; set; }
Property Value
Type |
---|
System.Int32 |
Remarks
The TimeDelay
value should be provided in milliseconds.