HelpBot Assistant

How can I help you?

RowDeselectEventArgs

16 Mar 20261 minute to read

Properties

data IGanttData[]

Represents the collection of Gantt row data associated with the deselection event.

foreignKeyData Object|Object[]

Define the foreignKey row data associated with this column

isHeaderCheckboxClicked boolean

Defines whether header checkbox is clicked or not

isInteracted boolean

Defines whether event is triggered by interaction or not.

row Element

Specifies the DOM element of the row that was selected or deselected.

rowIndex number

Specifies the index of the row that was selected or deselected.

rowIndexes number[]

Defines the selected/deselected row indexes.

target Element

Defines the target element for row deselect.