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

CustomizationFormShowingEventArgs.CustomizationForm Property

Provides access to the Customization Form.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v22.1.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public Form CustomizationForm { get; }

Property Value

Type Description
Form

A Form descendant which represents the Customization Form.

See Also