XtraTabPage.TabControl Property
In This Article
Gets the tab control to which the tab page belongs.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public virtual XtraTabControl TabControl { get; }
#Property Value
Type | Description |
---|---|
Xtra |
An Xtra |
#Remarks
The tab control holds the tab pages within its XtraTabControl.TabPages collection.
See Also