Skip to main content
A newer version of this page is available. .

BaseLayoutItem.AllowContextMenu Property

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.v18.2.dll

Declaration

public bool AllowContextMenu { get; set; }

Property Value

Type Description
Boolean

true if a context menu is enabled for the current layout item; otherwise, false.

Remarks

To prevent Customization Mode from being invoked, set the DockLayoutManager.AllowCustomization property to false.

See Also