Back to Devexpress

XtraTabPageCollection.Add(String) Method

windowsforms-devexpress-dot-xtratab-dot-xtratabpagecollection-dot-add-x28-system-dot-string-x29.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual XtraTabPage Add(
    string text
)
vb
Public Overridable Function Add(
    text As String
) As XtraTabPage

Parameters

NameTypeDescription
textString

A String value which specifies the page’s text.

|

Returns

TypeDescription
XtraTabPage

An XtraTabPage object which represents the new page.

|

See Also

AddRange(XtraTabPage[])

Remove

Insert

XtraTabPageCollection Class

XtraTabPageCollection Members

DevExpress.XtraTab Namespace