Skip to main content
A newer version of this page is available. .
Bar

BarManagerControllerActionBase.Container Property

Gets the action container that owns this collection.

Namespace: DevExpress.Xpf.Bars

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

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