Skip to main content
Tab

RibbonContextTabCategoryCollection<T>.Add(String) Method

Adds a new context tab category with the specified name to the end of the collection and returns the newly created object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public T Add(
    string name
)

Parameters

Name Type Description
name String

A String value that specifies the created category’s name. Initializes the RibbonContextTabCategory.Name property.

Returns

Type Description
T

A RibbonContextTabCategory object that is the newly created context tab category.

See Also