Skip to main content

TabbedGroup.AddTabPage() Method

Adds a new tabbed page to the current tabbed group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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