DashboardDesigner.BarManager Property
In This Article
Gets the BarManager component that is used to manage bars in the Dashboard Designer.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
[Browsable(false)]
public BarManager BarManager { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
See Also