CustomizationFormShowingEventArgs(Form, Control) Constructor
Initializes a new instance of the CustomizationFormShowingEventArgs class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| customizationForm | Form | A Form descendant which represents the Customization Form. This value is assigned to the CustomizationFormShowingEventArgs.CustomizationForm property. |
| parentControl | Control | A Control descendant (pivot grid) which owns the Customization Form. This value is assigned to the CustomizationFormShowingEventArgs.ParentControl property. |
See Also