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

BarManager.HideCustomization() Method

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public virtual void HideCustomization()

Remarks

This method hides the Customization Window. To open the window in code, use the BarManager.Customize method.

For more information, see the Runtime Customization document.

See Also