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.v25.1.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