RibbonPageCategoryCollection.GetCategoryByText(String) Method
Returns a category by its caption (RibbonPageCategory.Text).
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | The caption of the required category matching the RibbonPageCategory.Text property’s value. |
Returns
Type | Description |
---|---|
RibbonPageCategory | A RibbonPageCategory object that has the specified caption. |
See Also