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

CreateCustomizationFormEventArgs(CustomizationForm) Constructor

Initializes a new CreateCustomizationFormEventArgs class instance.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public CreateCustomizationFormEventArgs(
    CustomizationForm customizationForm
)

Parameters

Name Type Description
customizationForm DevExpress.XtraBars.Customization.CustomizationForm

The dialog representing the Customization Form.

Remarks

If the customizationForm parameter value is null, the default customization dialog is used. If this parameter represents any user-defined dialog, this dialog is used as a Customization Form instead of the default form.

See Also