Back to Devexpress

XtraTabPageCollection.Add() Method

windowsforms-devexpress-dot-xtratab-dot-xtratabpagecollection-8e9d7612.md

latest1.4 KB
Original Source

XtraTabPageCollection.Add() Method

Creates a new tab page with default settings 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()
vb
Public Overridable Function Add As XtraTabPage

Returns

TypeDescription
XtraTabPage

An XtraTabPage object which represents the new tab page.

|

See Also

AddRange(XtraTabPage[])

Remove

Insert

XtraTabPageCollection Class

XtraTabPageCollection Members

DevExpress.XtraTab Namespace