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

XtraTabPageCollection.Add() Method

Creates a new tab page with default settings 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()

Returns

Type Description
XtraTabPage

An XtraTabPage object which represents the new tab page.

See Also