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

TcxvgOptionsView.RowHeaderFilterButtonShowMode Property

Specifies which UI element invokes a filter drop-down window for a row header.

#Declaration

Delphi
property RowHeaderFilterButtonShowMode: TcxFilterButtonShowMode read; write; default fbmDefault;

#Property Value

Type Default Description
TcxFilterButtonShowMode fbmDefault

The active filter button display mode.

#Remarks

Use the RowHeaderFilterButtonShowMode property to switch between a simple dropdown button and smart tag icon in a row header. A vertical grid control can show this UI element either in a hot-tracked row header or in all row headers depending on the ShowRowHeaderFilterButton property value and the state of Touch mode.

Options include:

Value Description Example Example (Touch Mode)
fbmButton A row header shows a filter dropdown button. The button size increases in Touch Mode. An Ordinary Button An Ordinary Button (Touch Mode)
fbmSmartTag A row header shows an icon that imitates a smart tag. The tag size remains the same in Touch Mode. A Smart Tag Button A Smart Tag Button (Touch Mode)
fbmDefault A row header shows a smart tag icon if Touch Mode is disabled; otherwise – shows a filter dropdown button. The Default Button The Default Button (Touch Mode)

#Default Button

The RowHeaderFilterButtonShowMode property’s default value is fbmDefault.

See Also