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

TcxPivotGridOptionsView.HeaderFilterButtonShowMode Property

Specifies the display mode for filter buttons.

#Declaration

Delphi
property HeaderFilterButtonShowMode: TcxPivotGridFilterButtonShowMode read; write; default pgfbmButton;

#Property Value

Type Default
TcxPivotGridFilterButtonShowMode pgfbmButton

#Remarks

Options include:

Value Meaning Sample
pgfbmButton The normal filter dropdown button.
pgfbmSmartTag The filter dropdown button is replaced with a specially designed tiny image imitating a smart tag.

The displayed element (button or smart tag) is highlighted for fields that have a filter applied. Note that the native paint style does not support highlighting this element.

The default value of the HeaderFilterButtonShowMode property is pgfbmButton.

See Also