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

    Gets a collection of actions that manipulate bar objects.

    Namespace: DevExpress.Xpf.Docking.Base

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

    Declaration

    public BarManagerActionCollection ActionList { get; }

    Property Value

    Type Description
    BarManagerActionCollection

    A collection of actions that manipulate bar objects.

    See Also