Skip to main content

DashboardDesigner.BarManager Property

Gets the BarManager component that is used to manage bars in the Dashboard Designer.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

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

Property Value

Type Description
BarManager

A BarManager object that represents the component used to create and manage bars and individual bar items.

See Also