Skip to main content

PopupMenuShowingEventArgs.Allow Property

Gets or sets if display of the menu is allowed.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public bool Allow { get; set; }

Property Value

Type Description
Boolean

true if display of the menu is allowed; otherwise, false.

Remarks

To prevent the menu from being displayed, set the Allow property to false.

See Also