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

DashboardDesigner.BarManager Property

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

Namespace: DevExpress.DashboardWin

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

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.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