DashboardDesignerBarExtensions.GetDashboardRibbonCategory(RibbonControl, DashboardBarItemCategory) 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,
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 category that meets the specified parameters. |
Remarks
Use the GetDashboardRibbonCategory method to identify a Ribbon page category.
See Also