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

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

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public virtual XtraTabPage Add(
    string text
)

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