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

IControllerAction.Container Property

Specifies the action container that owns this collection.

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

IActionContainer Container { get; set; }

Property Value

Type Description
DevExpress.Xpf.Bars.IActionContainer

An object implementing the IActionContainer interface that owns this collection.

See Also