Skip to main content

XtraTabPageCollection.Add() Method

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

Returns

Type Description
XtraTabPage

An XtraTabPage object which represents the new tab page.

See Also