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

DashboardDesignerBarExtensions.GetDashboardRibbonCategory(RibbonControl, DashboardBarItemCategory) Method

Returns the category from a Ribbon toolbar used in the Dashboard Designer.

Namespace: DevExpress.DashboardWin

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

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

Declaration

public static RibbonPageCategory GetDashboardRibbonCategory(
    this RibbonControl ribbonControl,
    DashboardBarItemCategory itemCategory
)

Parameters

Name Type Description
ribbonControl RibbonControl

A Ribbon toolbar used in the Dashboard Designer.

itemCategory DashboardBarItemCategory

A Ribbon page category.

Returns

Type Description
RibbonPageCategory

A Ribbon’s category that meets the specified parameters.

Remarks

Use the GetDashboardRibbonCategory method to identify a Ribbon’s page category.

See Also