Skip to main content
A newer version of this page is available. .

PivotGridControl.ShowCustomizationForm Event

Fires immediately after the Customization Form has been invoked.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowCustomizationForm event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also