Skip to main content
A newer version of this page is available. .
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.v18.2.dll

Declaration

public BarManagerActionContainer ActionContainer { get; }

Property Value

Type Description
BarManagerActionContainer

A BarManagerActionContainer object.

See Also