Skip to main content
Bar

BarManagerControllerActionBase.Container Property

Gets the action container that owns this collection.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public IActionContainer Container { get; set; }

Property Value

Type Description
DevExpress.Xpf.Bars.IActionContainer

A DevExpress.Xpf.Bars.IActionContainer object that owns this collection.

Implements

See Also