TcxPivotGridOptionsView.ShowHeaderFilterButtons Property
Specifies how filter buttons are displayed in field headers.
Declaration
property ShowHeaderFilterButtons: TcxPivotGridShowHeaderFilterButtons read; write; default pgsfbAlways;
Property Value
Type | Default |
---|---|
TcxPivotGridShowHeaderFilterButtons | pgsfbAlways |
Remarks
Options include:
Value | Meaning |
---|---|
pgsfbAlways | Filter buttons are displayed in all field headers. |
pgsfbWhenSelected | 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