TreeListBooleanFilterProps
Interface
Definition
Package:@progress/kendo-react-treelist
Properties
ariaLabel?
string
Sets the accessible label of the filter input.
field?
string
The column field in which the cell is located.
filter?
FilterDescriptor[]
The collection of FilterDescriptor objects that is passed by the TreeList component.
min?
number
@ hidden
onFilterChange?
(event: { filter: FilterDescriptor[]; field: string; syntheticEvent: SyntheticEvent<any, Event> }) => void
The function that will be called if the cell needs to notify its parent TreeList about a change.
Parameters:event{ filter: FilterDescriptor[]; field: string; syntheticEvent: SyntheticEvent<any, Event> }
The list of the operators.