Skip to main content
Bar

BarManagerActionContainer.Actions Property

Provides access to the collection of actions.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public BarManagerActionCollection Actions { get; }

Property Value

Type Description
BarManagerActionCollection

A BarManagerActionCollection object.

See Also