Skip to main content
All docs
V25.1
  • ShowMenuEventArgs<T>.ActionList Property

    Gets a collection of actions that manipulate bar objects.

    Namespace: DevExpress.Xpf.Docking.Base

    Assembly: DevExpress.Xpf.Docking.v25.1.dll

    NuGet Package: DevExpress.Wpf.Docking

    Declaration

    public BarManagerActionCollection ActionList { get; }

    Property Value

    Type Description
    BarManagerActionCollection

    A collection of actions that manipulate bar objects.

    See Also