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

XtraTabPage.TabControl Property

Gets the tab control to which the tab page belongs.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Description
XtraTabControl

An XtraTabControl object or descendant which owns the tab page.

Remarks

The tab control holds the tab pages within its XtraTabControl.TabPages collection.

See Also