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

TcxGridTableOptionsView.HeaderFilterButtonShowMode Property

Specifies the display mode for filter dropdown buttons.

#Declaration

Delphi
property HeaderFilterButtonShowMode: TcxGridItemFilterButtonShowMode read; write; default fbmDefault;

#Property Value

Type Default Description
TcxGridItemFilterButtonShowMode fbmDefault

The active filter button display mode.

#Remarks

Options include:

Value Description Example
fbmButton The normal filter dropdown button. VCL Data Grid: An Ordinary Filter Button
fbmSmartTag The filter dropdown button is replaced with a specially designed tiny image imitating a smart tag. VCL Data Grid: A Smart Tag Button
fbmDefault A smart tag replaces the filter dropdown button in all modes, except Touch mode.

Use the ShowColumnFilterButtons property to specify how column headers display the button or smart tag.

#Default Value

The HeaderFilterButtonShowMode property’s default value is fbmSmartTag.

See Also