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

TcxPivotGridCustomization.Visible Property

Specifies whether the pivot grid’s customization form is currently visible.

#Declaration

Delphi
property Visible: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

To display the customization form, set this property to True. Otherwise, the form is hidden. You can modify its on-screen position via the FormBounds property. The form is referenced by the Form property when the Visible property is set to True.

The customization form does not display fields with the Hidden property set to True.

See Also