Skip to main content
Bar

BarManagerControllerActionBase.Container Property

Gets the action container for the current action.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public BarManagerActionContainer Container { get; }

#Property Value

Type Description
BarManagerActionContainer

A BarManagerActionContainer object that owns the current action.

See Also