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

DashboardDesignerBarExtensions.GetDashboardBar(BarManager, DashboardBarItemCategory, DashboardToolbar) Method

Returns the toolbar from Bars used in the Dashboard Designer.

Namespace: DevExpress.DashboardWin

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

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

public static Bar GetDashboardBar(
    this BarManager barManager,
    DashboardBarItemCategory itemCategory,
    DashboardToolbar toolbar
)

Parameters

Name Type Description
barManager BarManager

A Bar Manager that owns the toolbars used in the Dashboard Designer.

itemCategory DashboardBarItemCategory

A value that identifies a contextual toolbar related to a particular dashboard item.

toolbar DashboardToolbar

A value that identifies a toolbar.

Returns

Type Description
Bar

A toolbar that meets the specified parameters.

See Also