RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.Add(String, String) Method
In This Article
Adds a new tab to the end of the ribbon tab collection.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Common
#Declaration
C#
public TTabInfoBuilder Add(
string title,
string name
)
#Parameters
Name | Type | Description |
---|---|---|
title | String | The tab title. |
name | String | The tab name. |
#Returns
Type | Description |
---|---|
TTab |
The tab builder. |
See Also