BaseLayoutItem.AllowContextMenu Property
In This Article
Gets or sets whether a context menu is enabled for the current layout item. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
To prevent Customization Mode from being invoked, set the DockLayoutManager.AllowCustomization property to false
.
See Also