Skip to main content
A newer version of this page is available. .

DashboardDesigner.MenuManager Property

Gets or sets the menu manager that controls the look and feel of the DashboardDesigner menus.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

[DefaultValue(null)]
public IDXMenuManager MenuManager { get; set; }

Property Value

Type Default Description
DevExpress.Utils.Menu.IDXMenuManager *null*

An object which implements the DevExpress.Utils.Menu.IDXMenuManager interface.

Remarks

The IDXMenuManager interface is implemented by the BarManager component or the RibbonControl control, which is a part of the XtraBars suite. The XtraBars suite is a separate library which provides components for implementing menus, toolbars and the docking functionality. To learn more, see Ribbon, Bars and Menu.

See Also