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