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

BarManager.Customize() Method

Displays the BarManager‘s Customization Window.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void Customize()

Remarks

The Customize method allows you to open the Customization Window via code.

Bars3_CustomizationWindow

If the BarManager.AllowCustomization property is set to true, the Customization Window can be opened by the end-user (for instance, by double-clicking any bar).

For more information, see the Runtime Customization document.

See Also