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

BarManagerCategoryCollection.Manager Property

Gets the Bar Manager that owns the collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
public BarManager Manager { get; }

Property Value

Type Description
BarManager

A BarManager object representing the Bar Manager that owns the category collection.

See Also