TabPageCollection.Add(String) Method
In This Article
Adds a new tab page to the collection and specifies the tab page’s display text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value specifying the tab page’s display text. Initializes the tab page’s Tab |
#Returns
Type | Description |
---|---|
Tab |
A Tab |
#Remarks
Use the Add method to add a new tab page with the specified text to the TabPageCollection object.
See Also