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

SvgImagePopupMenuShowingEventArgs.Allow Property

Gets or sets whether to allow the menu to be displayed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public bool Allow { get; set; }

Property Value

Type Description
Boolean

true, to allow the menu to be displayed; otherwise, false

Remarks

To display a context menu, populate the menu SvgImagePopupMenuShowingEventArgs.Menu with items and ensure the Allow property is set to true (default).

See Also