Back to Devexpress

XtraTabPage.TabControl Property

windowsforms-devexpress-dot-xtratab-dot-xtratabpage-0a839af9.md

latest1.3 KB
Original Source

XtraTabPage.TabControl Property

Gets the tab control to which the tab page belongs.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual XtraTabControl TabControl { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property TabControl As XtraTabControl

Property Value

TypeDescription
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

TabPages

XtraTabPage Class

XtraTabPage Members

DevExpress.XtraTab Namespace