Skip to main content
A newer version of this page is available. .

XtraMdiTabPage.TabControl Property

Gets the tabbed MDI manager to which the current tab page belongs.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
public virtual IXtraTab TabControl { get; }

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