Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotGridControl.DestroyCustomization() Method

Closes the Customization Form.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

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