ColumnSelectingEventArgs

12 Sep 20251 minute to read

Properties

cancel boolean

Defines the cancel option value.

column Column

Defines the selected/deselected column

columnIndex number

Defines the selected/deselected column index.

columnIndexes number[]

Defines the selected/deselected column indexes.

headerCell Element|Element[]

Defines the selected/deselected column.

isCtrlPressed boolean

Defines whether CTRL key is pressed.

isInteracted boolean

Defines whether event is triggered by interaction or not.

isShiftPressed boolean

Defines whether SHIFT key is pressed.

previousColumnIndex number

Defines the previously selected column index.

target Element

Defines the target element for column selection.