Skip to main content
Bar

IControllerAction.Container Property

Specifies the action container that owns this collection.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: 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