Back to Devexpress

TabbedControlGroup.AddTabPage() Method

windowsforms-devexpress-dot-xtralayout-dot-tabbedcontrolgroup-a25d9f95.md

latest1.7 KB
Original Source

TabbedControlGroup.AddTabPage() Method

Creates a new tab page and appends it to the TabbedControlGroup.TabPages collection.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Returns

TypeDescription
LayoutControlGroup

A LayoutControlGroup object that represents the new page.

|

Remarks

After the page has been created and added to the collection, it’s automatically selected.

See Also

InsertTabPage

MoveTabPage(LayoutItemDragController)

RemoveTabPage(LayoutGroup)

TabbedControlGroup Class

TabbedControlGroup Members

DevExpress.XtraLayout Namespace