LayoutControl.MenuManager Property
In This Article
Gets or sets an object that controls the look and feel of the popup menus.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(null)]
[DXCategory("BarManager")]
public IDXMenuManager MenuManager { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
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