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

TcxCustomDataController.Filter Property

Defines a set of filter conditions applied to data.

#Declaration

Delphi
property Filter: TcxDataFilterCriteria read; write;

#Property Value

Type
TcxDataFilterCriteria

#Remarks

Active filter criteria narrow down data available for display in an associated container control. Use this property to manage filter criteria for specific data items. Refer to the TcxDataFilterCriteria class description for details.

Note

The container control’s Find Panel in filter mode can apply additional filter criteria. Refer to the TcxDataFindCriteria class description for details.

See Also