GridGroupExpandChangeEvent
Interface
Represents the object of the onGroupExpandChange Grid event.
Definition
Package:@progress/kendo-vue-grid
Properties
event
any
A specific native DOM event which is fetched by Vue.
groupExpand
GroupExpandDescriptor[]
The descriptors defining which groups are expanded.
target?
any
An event target.