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