GridExpandChangeEvent
Interface
Represents the object of the onExpandChange event.
Definition
Package:@progress/kendo-vue-grid
Properties
collapsedGroups?
any[][]
The array with collapsed groups.
dataItem
any
The data item that is expanded or collapsed.
event
any
A specific native DOM event which is fetched by Vue.
target?
any
An event target.
value
boolean
The available values are:
true—If the data item is expanded.false—If the data item is collapsed.