New to Kendo UI for Vue? Start a free 30-day trial
GridExpandChangeEvent
Represents the object of the onExpandChange
event.
dataItem
any
The data item that is expanded or collapsed.
event?
any
A specific native DOM event which is fetched by Vue.
target?
An event target.
value
boolean
The available values are:
true
—If the data item is expanded.false
—If the data item is collapsed.