TreeListRowDraggingBuilder Methods
Provides methods that allow you to configure nested options of the client-side rowDragging object.
Name | Description |
---|---|
Allow |
Allows users to drop a row inside another row. Mirrors the client-side allow |
Allow |
Allows users to drop a row inside another row. Mirrors the client-side allow |
Allow |
Allows row reordering using drag and drop gestures. Mirrors the client-side allow |
Allow |
Allows row reordering using drag and drop gestures. Mirrors the client-side allow |
Auto |
Enables automatic scrolling while dragging a row beyond the viewport. Mirrors the client-side auto |
Auto |
Enables automatic scrolling while dragging a row beyond the viewport. Mirrors the client-side auto |
Boundary |
Specifies a DOM element that limits the dragging area. Mirrors the client-side boundary option. |
Boundary |
Specifies a DOM element that limits the dragging area. Mirrors the client-side boundary option. |
Container |
Specifies a custom container in which the draggable row should be rendered. Mirrors the client-side container option. |
Container |
Specifies a custom container in which the draggable row should be rendered. Mirrors the client-side container option. |
Cursor |
Specifies the cursor offset from the dragged row. Mirrors the client-side cursor |
Cursor |
Specifies the cursor offset from the dragged row. Mirrors the client-side cursor |
Cursor |
Specifies the cursor offset from the dragged row. Mirrors the client-side cursor |
Data |
A container for custom data. Mirrors the client-side data option. |
Drag |
Specifies the directions in which a row can be dragged. Mirrors the client-side drag |
Drag |
Specifies the client-side drag |
Drag |
Specifies the client-side drag |
Drag |
Specifies the client-side drag |
Drag |
Specifies the client-side drag |
Drop |
Specifies how to highlight the row's drop position. Mirrors the client-side drop |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Filter |
Obsolete. Specifies a CSS selector for draggable rows. Mirrors the client-side filter option. |
Filter |
Obsolete. Specifies a CSS selector for draggable rows. Mirrors the client-side filter option. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Group |
Allows you to group several UI components so that users can drag and drop rows between them. Mirrors the client-side group option. |
Group |
Allows you to group several UI components so that users can drag and drop rows between them. Mirrors the client-side group option. |
Handle |
Specifies a CSS selector (ID or class) for the element |
Handle |
Specifies a CSS selector (ID or class) for the element |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
A function that is called when a new row is added. Mirrors the client-side on |
On |
A function that is called when a new row is added. Mirrors the client-side on |
On |
A function that is called when the dragged row's position is changed. Mirrors the client-side on |
On |
A function that is called when the dragged row's position is changed. Mirrors the client-side on |
On |
A function that is called when the drag gesture is finished. Mirrors the client-side on |
On |
A function that is called when the drag gesture is finished. Mirrors the client-side on |
On |
A function that is called every time a draggable row is moved. Mirrors the client-side on |
On |
A function that is called every time a draggable row is moved. Mirrors the client-side on |
On |
A function that is called when a drag gesture is initialized. Mirrors the client-side on |
On |
A function that is called when a drag gesture is initialized. Mirrors the client-side on |
On |
A function that is called when a draggable row is removed. Mirrors the client-side on |
On |
A function that is called when a draggable row is removed. Mirrors the client-side on |
On |
A function that is called when the draggable rows are reordered. Mirrors the client-side on |
On |
A function that is called when the draggable rows are reordered. Mirrors the client-side on |
Option |
Specifies an option by its name. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Scroll |
Specifies the distance in pixels from the edge of viewport at which scrolling should start. Applies only if auto |
Scroll |
Specifies the distance in pixels from the edge of viewport at which scrolling should start. Applies only if auto |
Scroll |
Specifies the scrolling speed when dragging a row beyond the viewport. Applies only if auto |
Scroll |
Specifies the scrolling speed when dragging a row beyond the viewport. Applies only if auto |
Show |
Shows or hides row dragging icons. Mirrors the client-side show |
Show |
Shows or hides row dragging icons. Mirrors the client-side show |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also