TabbedGroup.AddTabPage() Method
Adds a new tabbed page to the current tabbed group.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
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