Skip to main content
Bar

BarManagerControllerCollection(BarManager) Constructor

In This Article

Initializes a new instance of the BarManagerControllerCollection class with the specified manager.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public BarManagerControllerCollection(
    BarManager manager
)

#Parameters

Name Type Description
manager BarManager

A BarManager object that will own the created collection.

See Also