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

Specifies whether the current field is displayed within the pivot grid.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True to display the current field in the pivot grid in the area and position specified by the Area and AreaIndex properties, respectively. Otherwise, the field will be hidden in the pivot grid but still visible in the customization form provided that its Hidden property is set to False.

Hiding a field that belongs to a group results in hiding all the child fields that correspond to this field. Use the VisibleInGroup property to determine whether the field is visible within the group that owns it.

See Also