Skip to main content
All docs
V24.1

BasePopupMenuShowingEventArgs.Allow Property

Gets or sets whether to display the context menu.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v24.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public bool Allow { get; set; }

Property Value

Type Description
Boolean

true to display the context menu; otherwise, false.

See Also