New to KendoReact? Learn about KendoReact Free.
FieldSettings
The FieldSettings object.
| Name | Type | Default | Description | 
|---|---|---|---|
| filter | 
 | The filter editor component. Could be any of the built-in TextFilter, NumericFilter, DateFilter, BooleanFilter or a custom component. | |
| label | 
 | The field label, which will be shown in the fields DropDownList. | |
| max? | 
 | Specifies the greatest value that can be entered. | |
| min? | 
 | Specifies the smallest value that can be entered. | |
| name | 
 | The field name. | |
| operators | 
 | The collection of operators which will be passed to the operators DropDownList. |