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

BarManagerCategoryCollection(BarManager) Constructor

Initializes a new instance of the BarManagerCategoryCollection class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public BarManagerCategoryCollection(
    BarManager manager
)

Parameters

Name Type Description
manager BarManager

A BarManager object which will own the new column collection.

Remarks

The constructor is called automatically when a Bar Manager initializes its BarManager.Categories property.

See Also