Skip to main content

TcxGridTableView.Filtering Property

Contains settings required for implementing filtering within the Table View.

Declaration

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