Skip to main content

TcxPivotGridOptionsView.HeaderFilterButtonShowMode Property

Specifies the display mode for filter buttons.

Declaration

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