Skip to main content
Bar

BarManagerCategoryCollection.Manager Property

Gets the Bar Manager that owns the collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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