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

TcxDataFilterCriteria Class

Represents filter criteria for a container control when working in unbound mode.

#Declaration

Delphi
TcxDataFilterCriteria = class(
    TcxFilterCriteria
)

#Remarks

This class is a descendant of the TcxFilterCriteria class, which implements the base control filtering capabilities. The TcxDataFilterCriteria class implements data filtering in unbound mode. It also publishes the OnGetValueList event, which allows you to customize a list of values for filter conditions. This list represents a collection of values from which a user can visually select a filter condition for a specific item.

TcxDBDataFilterCriteria derives from the TcxDataFilterCriteria class and implements filtering for a TDataSet object.

#Inheritance

See Also