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

BootstrapTabPageCollection.Add(String, String) Method

Adds a new tab page to the collection and specifies the tab page’s display text and name.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

public BootstrapTabPage Add(
    string text,
    string name
)

Parameters

Name Type Description
text String

A String value specifying the tab page’s display text. Initializes the tab page’s TabBase.Text property.

name String

A String value specifying the name which indentifies the created item. Initializes the tab page’s TabBase.Name property.

Returns

Type Description
BootstrapTabPage

A BootstrapTabPage object representing the newly created tab page.

See Also