Skip to main content
All docs
V25.1
  • SvgImagePopupMenuShowingEventArgs.Allow Property

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

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

    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