Skip to main content
All docs
V23.2

DashboardDesignerBarExtensions.GetDashboardBar(BarManager, Type, DashboardToolbar) Method

Returns a toolbar from the Bars used in the Dashboard Designer.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public static Bar GetDashboardBar(
    this BarManager barManager,
    Type customItemMetadataType,
    DashboardToolbar toolbar
)

Parameters

Name Type Description
barManager BarManager

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

customItemMetadataType Type

A metadata type that corresponds to a CustomItemMetadata class descendant.

toolbar DashboardToolbar

A value that identifies a toolbar.

Returns

Type Description
Bar

A toolbar that meets the specified parameters.

See Also