Skip to main content

PivotGridControl.HideCustomization() Method

Closes the Customization Form.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: 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