ShowMenuEventArgs<T>.ActionList Property
In This Article
Gets a collection of actions that manipulate bar objects.
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public BarManagerActionCollection ActionList { get; }
#Property Value
Type | Description |
---|---|
Bar |
A collection of actions that manipulate bar objects. |
See Also