Skip to main content
A newer version of this page is available. .

PivotGridControl.HideCustomization() Method

Closes the Customization Form.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PivotGrid

Declaration

public void HideCustomization()

Remarks

The PivotGrid control destroys the Customization Form when you or an end user hides it. When the form does not exist, the CustomizationForm property returns null (Nothing in Visual Basic).

Handle the PivotGridControl.HideCustomizationForm event to perform actions when the Customization Form is about to be hidden.

See Also