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[Form] Property

Gets the tab page which corresponds to the specified MDI child form.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public XtraMdiTabPage this[Form mdiChild] { get; }

#Parameters

Name Type Description
mdiChild Form

A Form object which represents the MDI child form.

#Property Value

Type Description
XtraMdiTabPage

An XtraMdiTabPage object representing the tab page which corresponds to the specified MDI child form. null (Nothing in Visual Basic) if no tab page is found.

#Remarks

This property returns the tab page whose XtraMdiTabPage.MdiChild property matches the specified MDI child form.

See Also