Skip to main content
Bar

BarManager.CloseMenus() Method

Closes all dropdown and popup windows that belong to this BarManager.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void CloseMenus()

Remarks

This method closes all sub-menus, popup menus and Dropdown controls (including dropdown windows of editors) that belong to this BarManager. When editor dropdowns are closed by calling the CloseMenus method, changes applied to the edited value are not saved.

See Also