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:
The OptionsCustomize.ColumnFiltering property for a Table View or Banded Table View;
The OptionsCustomize.RowFiltering property for a Card View;
The OptionsCustomize.ItemFiltering property for a Layout View.
In this instance, the Filtering option of individual items has no effect.
The default value of the Filtering property is True.
See Also