Skip to main content
All docs
V25.1
  • DashboardDesigner.BarManager Property

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

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v25.1.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