Skip to main content
A newer version of this page is available. .

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.v20.2.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