TabbedGroup.InsertTabPage(Int32, LayoutGroup) Method
Adds the specified page to the TabbedGroup.TabPages collection at the specified position.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
insertIndex | Int32 | An integer value which represents the zero-based index at which the specified page should be inserted. If it’s negative or exceeds the number of elements within the collection an exception is thrown. |
group | LayoutGroup | A LayoutGroup object or descendant which represents the inserted page. |
Remarks
Once the page has been inserted at the specified position, it’s automatically selected. If the specified page is already contained within the collection, the InsertTabPage method does nothing.
See Also