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

BarManager.ShowCustomizationForm() Method

Invokes the Customization Form.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public void ShowCustomizationForm()

Remarks

If the BarManager.AllowCustomization option is enabled, users can double click a bar to invoke the Customization Form. Call the ShowCustomizationForm method to open the form in code.

Bars3_CustomizationWindow

See Also