Back to Devexpress

LayoutControl.CustomizationMenuManager Property

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

latest1.6 KB
Original Source

LayoutControl.CustomizationMenuManager Property

An object which provides the Context Menu.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public RightButtonMenuManager CustomizationMenuManager { get; }
vb
<Browsable(False)>
Public ReadOnly Property CustomizationMenuManager As RightButtonMenuManager

Property Value

TypeDescription
DevExpress.XtraLayout.Customization.RightButtonMenuManager

A DevExpress.XtraLayout.Customization.RightButtonMenuManager object.

|

Remarks

This property supports the control’s internal infrastructure and generally there is no need to use it directly from your code.

See Also

Context Menu

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace