IcxFilterControl.Criteria Property
Designed to get the filter criteria applied to the object.
Declaration
property Criteria: TcxFilterCriteria read;
Property Value
Type |
---|
TcxFilterCriteria |
Remarks
When implemented, the Criteria property should return the TcxFilterCriteria object, which contains the current filter conditions applied to the object. For instance, a grid table view object (the TcxGridTableView type) implements this property to obtain the value of the grid data controller’s Filter property.
Criteria is the key property to be implemented by objects which intend to use the filter control functionality to build and apply filter conditions. The GetCriteria method should be implemented to provide correct functioning of the Count property.
See Also