Skip to main content

LayoutControl.MenuManager Property

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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