Skip to main content

XtraMdiTabPageCollection.Item[Form] Property

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

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v23.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