ColumnDragEventArgs

23 Sep 20251 minute to read

Provides information about a column drag and drop operations.

Properties

cancel boolean

If set to true, the drag operation will be canceled

column ColumnsModel|StackedHeadersModel

The data object representing the column being dragged

dropIndex number

The final index position where the column is dropped

element HTMLElement

The HTML element representing the column being dragged

event MouseEvent|TouchEvent

The original mouse or touch event that triggered the drag operation

fromIndex number

The index of the column before the drag operation began

toIndex number

The index where the column is currently being dragged to