PivotGridControl.HideCustomization() Method
Closes the Customization Form.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
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