Skip to main content

XtraTabPage.TabControl Property

Gets the tab control to which the tab page belongs.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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