Back to Devexpress

LayoutControl.MenuManager Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-b2f9d166.md

latest1.5 KB
Original Source

LayoutControl.MenuManager Property

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("BarManager")]
public IDXMenuManager MenuManager { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("BarManager")>
Public Property MenuManager As IDXMenuManager

Property Value

TypeDefaultDescription
DevExpress.Utils.Menu.IDXMenuManagernull

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

Context Menu

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace