Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridControl.ShowCustomizationForm Event

Fires immediately after the Customization Form has been invoked.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.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