Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

public virtual void HideToolBarsPopup()

#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