Back to Devexpress

IcxFilterControl Interface

vcl-cxfiltercontrol-f9613b8b.md

latest1.8 KB
Original Source

IcxFilterControl Interface

Represents an interface for objects that need to use the filter control functionality.

Declaration

delphi
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:

Inheritance

IInterface IcxFilterControl

See Also

IcxFilterControl Members

cxFilterControl Unit