XtraTabPage.TabControl Property
Gets the tab control to which the tab page belongs.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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