Back to Devexpress

TcxCustomGridTableItemOptions.Filtering Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableitemoptions-e77c6aa3.md

latest2.2 KB
Original Source

TcxCustomGridTableItemOptions.Filtering Property

Specifies whether an item displays the filter dropdown button.

Declaration

delphi
property Filtering: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

Each item displays a filter dropdown button within its caption by default. You can hide this button for an item by setting the Filtering property to False. To prevent filter dropdown buttons from being displayed for all the View items at once, set the following View property to False :

In this instance, the Filtering option of individual items has no effect.

The default value of the Filtering property is True.

See Also

TcxCustomDataController.Filter

TcxCustomGridTableItem.OnGetFilterDisplayText

TcxCustomGridTableItem.OnGetFilterValues

TcxCustomGridTableItem.OnUserFiltering

TcxCustomGridTableItem.OnUserFilteringEx

TcxDataControllerMultiThreadedOptions.Filtering

TcxCustomGridTableItemOptions Class

TcxCustomGridTableItemOptions Members

cxGridCustomTableView Unit