Back to Devexpress

DashboardDesigner.BarManager Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-5a3e9546.md

latest1.2 KB
Original Source

DashboardDesigner.BarManager Property

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Browsable(false)]
public BarManager BarManager { get; }
vb
<Browsable(False)>
Public ReadOnly Property BarManager As BarManager

Property Value

TypeDescription
BarManager

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

|

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace