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

    Gets or sets whether to display a popup menu.

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public bool Allow { get; set; }

    Property Value

    Type Description
    Boolean

    True to display the menu; otherwise, False.

    See Also