Skip to main content

CustomizationFormShowingEventArgs.CustomizationForm Property

Provides access to the Customization Form.

Namespace: DevExpress.XtraPivotGrid

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