Skip to main content
A newer version of this page is available. .
All docs
V22.1

DashboardDesignerBarExtensions.GetDashboardRibbonCategory(RibbonControl, Type) Method

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

Namespace: DevExpress.DashboardWin

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

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

Declaration

public static RibbonPageCategory GetDashboardRibbonCategory(
    this RibbonControl ribbonControl,
    Type customItemMetadataType
)

Parameters

Name Type Description
ribbonControl RibbonControl

A Ribbon toolbar used in the Dashboard Designer.

customItemMetadataType Type

A metadata type that corresponds to a CustomItemMetadata class descendant.

Returns

Type Description
RibbonPageCategory

A Ribbon category that meets the specified parameters.

Remarks

Use the GetDashboardRibbonCategory method to identify a Ribbon page category.

See Also