Skip to main content
Bar

BarManagerController.ActionContainer Property

Gets the container of actions that modify the bar structure of the associated BarManager.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public BarManagerActionContainer ActionContainer { get; }

Property Value

Type Description
BarManagerActionContainer

A BarManagerActionContainer object.

See Also