Back to Devexpress

PivotGridControl.ShowCustomizationForm Event

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

latest2.4 KB
Original Source

PivotGridControl.ShowCustomizationForm Event

Fires immediately after the Customization Form has been invoked.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public event EventHandler ShowCustomizationForm
vb
Public Event ShowCustomizationForm As EventHandler

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

CustomizationFormStyle

CustomizationForm

ShowCustomization

HideCustomizationForm

ShowingCustomizationForm

Customization Form

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace