Skip to main content
A newer version of this page is available. .
All docs
V22.2

ShowMenuEventArgs<T>.ActionList Property

Gets a collection of actions that manipulate bar objects.

Namespace: DevExpress.Xpf.Docking.Base

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