Back to Devexpress

TabbedGroup.AddTabPage() Method

windowsforms-devexpress-dot-xtralayout-dot-tabbedgroup-eae03cbc.md

latest1.7 KB
Original Source

TabbedGroup.AddTabPage() Method

Adds a new tabbed page to the current tabbed group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public LayoutGroup AddTabPage()
vb
Public Function AddTabPage As LayoutGroup

Returns

TypeDescription
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

InsertTabPage

MoveTabPage(LayoutItemDragController)

RemoveTabPage(LayoutGroup)

TabbedGroup Class

TabbedGroup Members

DevExpress.XtraLayout Namespace