Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CreateCustomizationFormEventArgs.CustomizationForm Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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.

See Also