TcxPivotGridOptionsView.ShowHeaderFilterButtons Property
In This Article
Specifies how filter buttons are displayed in field headers.
#Declaration
Delphi
property ShowHeaderFilterButtons: TcxPivotGridShowHeaderFilterButtons read; write; default pgsfbAlways;
#Property Value
Type | Default |
---|---|
Tcx |
pgsfb |
#Remarks
Options include:
Value | Meaning |
---|---|
pgsfb |
Filter buttons are displayed in all field headers. |
pgsfb |
Only the hot-tracked field header displays its filter button. |
To switch the display mode for filter buttons, use the HeaderFilterButtonShowMode property.
The default value of the ShowHeaderFilterButtons property is pgsfbAlways.
See Also