TabbedControlGroup.AddTabPage() Method
In This Article
Creates a new tab page and appends it to the TabbedControlGroup.TabPages collection.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public LayoutControlGroup AddTabPage()
#Returns
Type | Description |
---|---|
Layout |
A Layout |
#Remarks
After the page has been created and added to the collection, it’s automatically selected.
See Also