Skip to main content
All docs
V23.2

ShowMenuEventArgs<T>.ActionList Property

Gets a collection of actions that manipulate bar objects.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v23.2.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