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

TcxPivotGridOptionsCustomize.Hiding Property

Specifies the enabled state of the Hide item within the filter header context menu.

#Declaration

Delphi
property Hiding: Boolean index 1 read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

The Hide item of the field header context menu corresponds to the operation, which moves the selected field to the customization form. Thus this field will be hidden in the view.

Set the Hiding property to False, to disable the Hide item.

Note

the Hide item is not shown in the menu, if the fpmiHide flag on the TcxPivotGridFieldHeaderMenu.Items property is set to False.

The default value of the Hiding property is True.

See Also