Skip to main content

RibbonContextTabCategoriesBuilder<TContextTabCategoriesBuilder, TContextTabCategoryInfoBuilder, TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.Add(String) Method

Adds a new category to the end of the context tab category collection.

Namespace: DevExpress.AspNetCore.Office

Assembly: DevExpress.AspNetCore.Common.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public TContextTabCategoryInfoBuilder Add(
    string name
)

Parameters

Name Type Description
name String

A category name.

Returns

Type Description
TContextTabCategoryInfoBuilder

An object that can be used to further configure the added context tab category.

See Also