Skip to main content
A newer version of this page is available. .
Tab

RibbonContextTabCategoryCollection<T>.FindByName(String) Method

Returns a context tab category object with the specified RibbonContextTabCategory.Name property value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public T FindByName(
    string name
)

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