TcxPivotGridOptionsView.HeaderFilterButtonShowMode Property
In This Article
Specifies the display mode for filter buttons.
#Declaration
Delphi
property HeaderFilterButtonShowMode: TcxPivotGridFilterButtonShowMode read; write; default pgfbmButton;
#Property Value
Type | Default |
---|---|
Tcx |
pgfbm |
#Remarks
Options include:
Value | Meaning | Sample |
---|---|---|
pgfbm |
The normal filter dropdown button. | ![]() |
pgfbm |
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