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

TcxDBDataController.Filter Property

Defines a set of filter conditions applied to a grid control.

#Declaration

Delphi
property Filter: TcxDBDataFilterCriteria read; write;

#Property Value

Type
TcxDBDataFilterCriteria

#Remarks

Use the Filter property to specify the filter criteria for a grid control. Filter criteria describe a set of filter conditions combined by logical operators. You can add, remove filter conditions for specific items, customize the list of values for a filter condition and control the filtering process. After you add filter conditions, you have to apply them by setting the Active property to True.

The Filter property of the TcxDBDataFilterCriteria type allows you to automatically apply the current filter conditions to the corresponding TDataSet object.

See Also