RibbonContextTabCategoryCollection<T>.FindByName(String) Method
Returns a context tab category object with the specified RibbonContextTabCategory.Name property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value that is the RibbonContextTabCategory.Name property value of the required category. |
Returns
| Type | Description |
|---|---|
| T | A RibbonContextTabCategory object with a specific name. |
Remarks
Use this method to obtain a group specified by a unique name assigned to its RibbonContextTabCategory.Name property.
See Also