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

TcxGridTableView.Filtering Property

Contains settings required for implementing filtering within the Table View.

#Declaration

Delphi
property Filtering: TcxGridTableFiltering read; write;

#Property Value

Type
TcxGridTableFiltering

#Remarks

Use the Filtering property to specify settings required for implementing filters within the Table View. These settings specify the maximum number of items within the filters dropdown, the width of the filters dropdown and whether the filter panel is visibility.

To set filtering for a View see the DataController.Filter property.

See Also