CustomizationFormShowingEventArgs(Form, Control) Constructor
Initializes a new instance of the CustomizationFormShowingEventArgs class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
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