GanttColumnMenuFilterChangeEvent
Interface
Represents the object of the onColumnMenuFilterChange Gantt event.
Definition
Package:@progress/kendo-react-gantt
Properties
field
string
The field of the column which triggers the event.
filter
CompositeFilterDescriptor[]
The new CompositeFilterDescriptor based on the user action.
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
An event target.