Back to Devexpress

PivotGridControl.HideCustomization() Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-f87fe487.md

latest1.7 KB
Original Source

PivotGridControl.HideCustomization() Method

Closes the Customization Form.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public void HideCustomization()
vb
Public Sub 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

ShowCustomization()

Customization Form

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace