Skip to main content

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

NuGet Package: 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