DashboardDesignerBarExtensions.GetDashboardRibbonCategory(RibbonControl, Type) Method
Returns a category from the Ribbon toolbar used in the Dashboard Designer.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
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