Skip to main content
A newer version of this page is available. .

SchedulerAppointmentDraggingBuilder Members

Provides methods that allow you to configure nested options of the client-side appointmentDragging object.

Constructors

Name Description
SchedulerAppointmentDraggingBuilder(OptionsOwnerContext) For internal use only. Initializes a new SchedulerAppointmentDraggingBuilder class instance.

Methods

Name Description
AutoScroll(JS) Mirrors the client-side autoScroll option.
AutoScroll(Boolean) Mirrors the client-side autoScroll option.
Data(Object) Mirrors the client-side data option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Group(JS) Mirrors the client-side group option.
Group(String) Mirrors the client-side group option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnAdd(RazorBlock) Mirrors the client-side onAdd option.
OnAdd(String) Mirrors the client-side onAdd option.
OnDragEnd(RazorBlock) Mirrors the client-side onDragEnd option.
OnDragEnd(String) Mirrors the client-side onDragEnd option.
OnDragMove(RazorBlock) Mirrors the client-side onDragMove option.
OnDragMove(String) Mirrors the client-side onDragMove option.
OnDragStart(RazorBlock) Mirrors the client-side onDragStart option.
OnDragStart(String) Mirrors the client-side onDragStart option.
OnRemove(RazorBlock) Mirrors the client-side onRemove option.
OnRemove(String) Mirrors the client-side onRemove option.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ScrollSensitivity(JS) Mirrors the client-side scrollSensitivity option.
ScrollSensitivity(Double) Mirrors the client-side scrollSensitivity option.
ScrollSpeed(JS) Mirrors the client-side scrollSpeed option.
ScrollSpeed(Double) Mirrors the client-side scrollSpeed option.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also