TabbedControlGroup.AddTabPage(LayoutGroup, String) Method
In This Article
Appends the specified tab page with the specified text 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,
string text
)
#Parameters
Name | Type | Description |
---|---|---|
new |
Layout |
A Layout |
text | String | A String value that specifies the text displayed within the page header. This value is assigned to the Base |
#Returns
Type | Description |
---|---|
Layout |
A Layout |
#Remarks
After the page has been created and added to the collection, it’s automatically selected.
See Also