XtraTabbedMdiManager.GetXtraTabbedMdiManager(Form) Method
In This Article
Gets the tabbed MDI manager which is associated with the specified Form.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public static XtraTabbedMdiManager GetXtraTabbedMdiManager(
Form mdiParent
)
#Parameters
Name | Type | Description |
---|---|---|
mdi |
Form | A Form object which represents the container for multiple document interface (MDI) child forms. |
#Returns
Type | Description |
---|---|
Xtra |
An Xtra |
See Also