XtraMdiTabPageCollection.Item[Int32] Property
Gets the tab page at the specified position within the collection.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value representing the zero-based index of the page. If it’s negative or exceeds the number of elements, an exception is raised. |
Property Value
Type | Description |
---|---|
XtraMdiTabPage | An XtraMdiTabPage object which represents the tab page at the specified position. |
Remarks
Use this property to access individual tab pages using index notation. You can use another overload of the Item property to access individual tab pages by specifying the MDI child forms to which they correspond.
See Also