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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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