Skip to main content

PivotGridControl.ShowCustomizationForm Event

Fires immediately after the Customization Form has been invoked.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public event EventHandler ShowCustomizationForm

Event Data

The ShowCustomizationForm event's data class is EventArgs.

Remarks

Handle the ShowCustomizationForm event to provide an appropriate response to the Customization Form being activated. For instance, this can be done to update controls which reflect the form’s visible state.

Note that the Customization Form is destroyed every time it is closed. When shown again, it is recreated with default settings.

Handle the PivotGridControl.HideCustomizationForm event to respond to the Customization Form being hidden.

See Also