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

CreateCustomizationFormEventArgs.CustomizationForm Property

Gets or sets the dialog used as a Customization Form for a specific BarManager.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public CustomizationForm CustomizationForm { get; set; }

Property Value

Type Description
DevExpress.XtraBars.Customization.CustomizationForm

A DevExpress.XtraBars.Customization.CustomizationForm object representing the Customization Form for a specific BarManager.

Remarks

This property can be used to change the form used as a Customization Form for a specific BarManager. A user can set their own dialog to be the Customization Form of a BarManager. In this instance, the CustomizationForm property returns the user-defined Customization Form. If a user does not specify any custom forms via this property, this property returns null, which means that the default customization dialog is used.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CustomizationForm property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also