XtraMdiTabPageCollection.Item[Int32] Property
In This Article
Gets the tab page at the specified position within the collection.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public XtraMdiTabPage this[int index] { get; }
#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 |
---|---|
Xtra |
An Xtra |
#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