CombinationFilterDefinition
Description
A CombinationFilterDefinition
is an interface that exposes properties to specify the definition of a combination filter, which filters the grid’s data by comparing values against a given list of values.
A CombinationFilterDefinition
can be provided through the FilterDefinitionCollection
.
Properties
Property |
Type |
Description |
---|---|---|
operatorKey |
The operator key used by the filter. |
|
operands |
Iterable<any> |
The distinct values against which to filter. |
Need help? Contact us!