BarManagerController.ActionContainer Property
In This Article
Gets the container of actions that modify the bar structure of the associated BarManager.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public BarManagerActionContainer ActionContainer { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
See Also