New to KendoReactStart a free 30-day trial

Represents the object of the onSelectionChange TreeList event.

Definition

Package:@progress/kendo-react-treelist

Properties

altKey

boolean

Is alt key modifier pressed.

cell

boolean

Indicates if cell selection mode is enabled.

The component unique identifier.

ctrlKey

boolean

Is ctrl key modifier pressed.

The data item which was selected or deselected when the checkbox selection column is used. It will be null when the row or cell selection is used.

The current component leaf data items.

Selection end column index.

Selection end row index.

isDrag

boolean

Indicates if current event is created from drag.

level

number[]

An array of indexes of each parent and current item in the data tree.

metaKey

boolean

Is meta key modifier pressed.

mode

"single" | "multiple"

Selection mode.

A native DOM event.

The selectedField prop of the component.

shiftKey

boolean

Is shift key modifier pressed.

Selection start column index.

Selection start row index.

syntheticEvent

SyntheticEvent​<any, Event>

A React Synthetic Event.

An event target.