BarManager.HideCustomization() Method
In This Article
Hides the Customization Window.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Remarks
This method hides the Customization Window. To open the window in code, use the BarManager.ShowCustomizationForm method.
For more information, see the Runtime Customization document.
See Also