EnumFilterProps
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. |