Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XtraMdiTabPageCollection.Item[Int32] Property

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
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