TreeListHeaderSelectionChangeEvent
Interface
Represents the object of the onHeaderSelectionChange TreeList event.
Definition
Package:@progress/kendo-react-treelist
Properties
dataItems
any[]
The current data as flatted array.
field?
string
The field of the column in which the cell is located.
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.