Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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