Back to Devexpress

CreateCustomizationFormEventArgs.CustomizationForm Property

windowsforms-devexpress-dot-xtrabars-dot-createcustomizationformeventargs.md

latest1.9 KB
Original Source

CreateCustomizationFormEventArgs.CustomizationForm Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public CustomizationForm CustomizationForm { get; set; }
vb
Public Property CustomizationForm As CustomizationForm

Property Value

TypeDescription
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

CreateCustomizationFormEventArgs Class

CreateCustomizationFormEventArgs Members

DevExpress.XtraBars Namespace