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

DataGridRowDraggingBuilder Members

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

Constructors

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

Methods

Name Description
AllowDropInsideItem(JS) Mirrors the client-side allowDropInsideItem option.
AllowDropInsideItem(Boolean) Mirrors the client-side allowDropInsideItem option.
AllowReordering(JS) Mirrors the client-side allowReordering option.
AllowReordering(Boolean) Mirrors the client-side allowReordering option.
AutoScroll(JS) Mirrors the client-side autoScroll option.
AutoScroll(Boolean) Mirrors the client-side autoScroll option.
Boundary(JS) Mirrors the client-side boundary option.
Boundary(String) Mirrors the client-side boundary option.
Container(JS) Mirrors the client-side container option.
Container(String) Mirrors the client-side container option.
CursorOffset(JS) Mirrors the client-side cursorOffset option.
CursorOffset(Action<DataGridRowDraggingCursorOffsetBuilder>) Mirrors the client-side cursorOffset object.
CursorOffset(String) Mirrors the client-side cursorOffset option.
Data(Object) Mirrors the client-side data option.
DragDirection(DragDirection) Mirrors the client-side dragDirection option.
DragTemplate(JS) Specifies the client-side dragTemplate.
DragTemplate(RazorBlock) Specifies the client-side dragTemplate.
DragTemplate(TemplateName) Specifies the client-side dragTemplate.
DragTemplate(String) Specifies the client-side dragTemplate.
DropFeedbackMode(DropFeedbackMode) Mirrors the client-side dropFeedbackMode 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.
Filter(JS) Mirrors the client-side filter option.
Filter(String) Mirrors the client-side filter option.
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.
Handle(JS) Mirrors the client-side handle option.
Handle(String) Mirrors the client-side handle 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.
OnDragChange(RazorBlock) Mirrors the client-side onDragChange option.
OnDragChange(String) Mirrors the client-side onDragChange 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.
OnReorder(RazorBlock) Mirrors the client-side onReorder option.
OnReorder(String) Mirrors the client-side onReorder 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.
ShowDragIcons(JS) Mirrors the client-side showDragIcons option.
ShowDragIcons(Boolean) Mirrors the client-side showDragIcons option.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also