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