CreateCustomizationFormEventArgs.CustomizationForm Property
Gets or sets the dialog used as a Customization Form for a specific BarManager.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.