XtraMdiTabPage.TabControl Property
Gets the tabbed MDI manager to which the current tab page belongs.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraTab.IXtraTab | An object which implements the DevExpress.XtraTab.IXtraTab interface. |
Remarks
The tabbed MDI manager holds the tab pages within its XtraTabbedMdiManager.Pages collection.
See Also