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

TcxPivotGridField.Hidden Property

Specifies whether the field is displayed within the customization form.

#Declaration

Delphi
property Hidden: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

The customization form allows end-users to customize the visibility of fields within the pivot grid. You can manage the visibility of a field by setting its Visible property. If hidden either way, a field appears in the customization form provided that the field’s Hidden property is set to False. Otherwise, end-users will be unable to place the field back to the pivot grid since it’s hidden in the customization form.

To display the customization form, set the pivot grid’s Customization.Visible property to True.

The default value of the Hidden property is False.

See Also