BarManager.CloseMenus() Method
Closes all dropdown and popup windows that belong to this BarManager.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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