BarManager.HideCustomization() Method
Hides the Customization Window.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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