dropFeedbackMode
Specifies how to highlight the header item's drop position.
This property accepts the following values:
"indicate"
Header items are not animated; a blue line appears where the dragged item is going to be placed."push"
Header items move apart with an animation, allowing room for the dragged row.
onDragChange
A function that is called when the dragged item's position changes.
Information about the event that caused the function's execution.
onDragEnd
A function that is called when the drag gesture is finished.
Information about the event that caused the function's execution.
onDragMove
A function that is called every time a draggable item is moved.
Information about the event that caused the function's execution.
onDragStart
A function that is called when a drag gesture is initialized.
Information about the event that caused the function's execution.
onRemove
A function that is called when a draggable item is removed.
Information about the event that caused the function's execution.
onReorder
A function that is called when the draggable items are reordered.
Information about the event that caused the function's execution.
scrollSensitivity
Specifies the distance in pixels from the edge of viewport at which scrolling should start.
scrollSpeed
Specifies the scrolling speed when dragging an item beyond the viewport.
If you have technical questions, please create a support ticket in the DevExpress Support Center.