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

TabbedGroup.AddTabPage() Method

Adds a new tabbed page to the current tabbed group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public LayoutGroup AddTabPage()

Returns

Type Description
LayoutGroup

A LayoutGroup object or descendant which represents the new page.

Remarks

The AddTabPage method creates a new tabbed page and appends it to the TabbedGroup.TabPages collection. Once the page has been created and added to the collection, it’s automatically selected.

See Also