Skip to main content

TcxCustomGridTableItemOptions.Filtering Property

Specifies whether an item displays the filter dropdown button.

Declaration

property Filtering: Boolean read; write; default True;

Property Value

Type Default
Boolean True

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