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

LayoutControl.MenuManager Property

Gets or sets an object that controls the look and feel of the popup menus.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

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

Property Value

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

An object that controls the look and feel of the popup menus.

Remarks

The MenuManager property is analogous to the EditorContainer.MenuManager property. See this topic for more information.

See Also