DashboardDesignerBarExtensions.GetDashboardRibbonCategory(RibbonControl, DashboardBarItemCategory) Method
In This Article
Returns a category from the Ribbon toolbar used in the Dashboard Designer.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public static RibbonPageCategory GetDashboardRibbonCategory(
this RibbonControl ribbonControl,
DashboardBarItemCategory itemCategory
)
#Parameters
Name | Type | Description |
---|---|---|
ribbon |
Ribbon |
A Ribbon toolbar used in the Dashboard Designer. |
item |
Dashboard |
A Ribbon page category. |
#Returns
Type | Description |
---|---|
Ribbon |
A Ribbon category that meets the specified parameters. |
#Remarks
Use the GetDashboardRibbonCategory method to identify a Ribbon page category.
See Also