XtraMdiTabPageCollection.Item[Form] Property
In This Article
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 |
---|---|---|
mdi |
Form | A Form object which represents the MDI child form. |
#Property Value
Type | Description |
---|---|
Xtra |
An Xtra |
#Remarks
This property returns the tab page whose XtraMdiTabPage.MdiChild property matches the specified MDI child form.
See Also