Back to Devexpress

ShowMenuEventArgs<T>.ActionList Property

wpf-devexpress-dot-xpf-dot-docking-dot-base-dot-showmenueventargs-1-ddd9b1c6.md

latest1.1 KB
Original Source

ShowMenuEventArgs<T>.ActionList Property

Gets a collection of actions that manipulate bar objects.

Namespace : DevExpress.Xpf.Docking.Base

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public BarManagerActionCollection ActionList { get; }
vb
Public ReadOnly Property ActionList As BarManagerActionCollection

Property Value

TypeDescription
BarManagerActionCollection

A collection of actions that manipulate bar objects.

|

See Also

ShowMenuEventArgs<T> Class

ShowMenuEventArgs<T> Members

DevExpress.Xpf.Docking.Base Namespace