Skip to main content
All docs
V21.1

PivotGridControl.DestroyCustomization() Method

Closes the Customization Form.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v21.1.dll

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

Declaration

public void DestroyCustomization()

Remarks

Closing the Customization Form destroys it.

To perform actions before the Customization Form is destroyed or simply to respond to it closing, handle the PivotGridControl.HideCustomizationForm event. This event fires regardless of whether the Customization Form has been closed by an end-user or by a call to the DestroyCustomization method.

See Also