IcxFilterControl Interface
Represents an interface for objects that need to use the filter control functionality.
Declaration
IcxFilterControl = interface(IInterface)
Remarks
This interface declares properties and methods required for objects, that need to use the TcxFilterControl control. This control is used to build and represent complex filtering conditions applied to the objects’ data. Such objects should implement the declared properties and methods in order to support bidirectional filter data communication between them and a filter control.
The following components implement the IcxFilterControl interface:
All grid Views (TcxCustomGridTableView descendants);
Tree list controls (TcxCustomTreeList descendants): TcxTreeList, TcxVirtualTreeList, and TcxDBTreeList;
Pivot grid controls (TcxCustomPivotGrid descendants): TcxPivotGrid and TcxDBPivotGrid;