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.ShowHeaderFilterButtons Property

Specifies how filter buttons are displayed in field headers.

#Declaration

Delphi
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