New to Kendo UI for VueStart a free 30-day trial

The props of the EnumFilter component.

Definition

Package:@progress/kendo-vue-data-tools

Properties

The accessible label of the component.

dataItems?

{ text: string; value: any }[]

A collection of text-value pairs passed to the EnumFilter DropDownList.

The defaultItem passed to the EnumFilter DropDownList.

filter

FilterDescriptor

The FilterDescriptor object which will be edited.

onFilterchange?

(event: { nextFilter: FilterOperator }) => void

The FilterChange event, triggered while editing the FilterOperator.

Parameters:event{ nextFilter: FilterOperator }