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

PopupMenuShowingEventArgs.Allow Property

Gets or sets if display of the menu is allowed.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

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