New to KendoReactStart a free 30-day trial

Represents the object of the onFilterChange TreeList event.

Definition

Package:@progress/kendo-react-treelist

Properties

field

string

The field of the column which triggers the event.

filter

FilterDescriptor[]

The new FilterDescriptor based on the user action.

A native DOM event.

syntheticEvent

SyntheticEvent​<any, Event>

A React Synthetic Event.

An event target.