XtraTabPageCollection.Add(String) Method
Creates a new tab page with the specified text and appends it to the collection.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | A String value which specifies the page’s text. |
Returns
| Type | Description |
|---|---|
| XtraTabPage | An XtraTabPage object which represents the new page. |
See Also