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.v24.2.dll
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