BarManager.HideToolBarsPopup() Method
In This Article
Hides the customization menu.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Remarks
The HideToolBarsPopup method hides the customization menu. This menu allows the end-user to specify the visibility status of bars belonging to the BarManager. To open the menu in code, use the BarManager.ShowToolBarsPopup method.
The end-user can open the menu by right-clicking on any bar provided that the BarManager.AllowShowToolbarsPopup property is set to true.
See Also