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

TcxCustomGridTableItemOptions.Filtering Property

Specifies whether an item displays the filter dropdown button.

#Declaration

Delphi
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