Skip to main content
Bar

BarManagerActionContainer(BarManagerController) Constructor

Initializes a new instance of the BarManagerActionContainer class with the specified settings.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public BarManagerActionContainer(
    BarManagerController barManagerController
)

Parameters

Name Type Description
barManagerController BarManagerController

A BarManagerController object that owns this BarManagerActionContainer

See Also