Back to Devexpress

SvgImagePopupMenuShowingEventArgs.Allow Property

windowsforms-devexpress-dot-xtraeditors-dot-svgimagepopupmenushowingeventargs-5ab3d34a.md

latest1.5 KB
Original Source

SvgImagePopupMenuShowingEventArgs.Allow Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public bool Allow { get; set; }
vb
Public Property Allow As Boolean

Property Value

TypeDescription
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

SvgImagePopupMenuShowingEventArgs Class

SvgImagePopupMenuShowingEventArgs Members

DevExpress.XtraEditors Namespace