New to Kendo UI for Vue? Start a free 30-day trial
EnumFilterProps
Updated on Oct 30, 2025
The props of the EnumFilter component.
| Name | Type | Default | Description |
|---|---|---|---|
ariaLabel? |
|
The accessible label of the component. | |
dataItems? |
|
A collection of text-value pairs passed to the EnumFilter DropDownList. | |
defaultItem? |
|
The defaultItem passed to the EnumFilter DropDownList. | |
filter |
|
The FilterDescriptor object which will be edited. | |
onFilterchange? |
|
The FilterChange event, triggered while editing the FilterOperator. |