SvgImagePopupMenuShowingEventArgs.Allow Property
Gets or sets whether to allow the menu to be displayed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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