New to KendoReact? Learn about KendoReact Free.
NumericFilterProps
The props of the NumericFilter component.
Name | Type | Default | Description |
---|---|---|---|
ariaLabel? |
|
The accessible label of the component. | |
filter |
|
The FilterDescriptor object which will be edited. | |
max? |
|
Specifies the greatest value that can be entered. | |
min? |
|
Specifies the smallest value that can be entered. | |
onFilterChange |
|
The FilterChange event, triggered while editing the FilterOperator. |