Skip to main content

XtraMdiTabPage.TabControl Property

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

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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