DateFilterProps
Interface
The props of the DateFilter component.
Definition
Package:@progress/kendo-vue-data-tools
Properties
ariaLabel?
string
The accessible label of the component.
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 }