TcxFilterValueList.Criteria Property
Returns the filter criteria that users can change when they select a filter item in the list.
Declaration
property Criteria: TcxFilterCriteria read;
Property Value
Type | Description |
---|---|
TcxFilterCriteria | The active filter criteria. |
Remarks
When a user selects an element from the current list for a specific item, a new filter condition is constructed and added to the filter criteria. This filter condition replaces any previous filter conditions set for the item. Use the Criteria property to determine the filter criteria applied to your grid control.
See Also