XtraMdiTabPageCollection.Item[Form] Property
Gets the tab page which corresponds to the specified MDI child form.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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