XtraTabPageCollection.TabControl Property
In This Article
Gets the tab control which displays the pages in this collection.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual XtraTabControl TabControl { get; }
#Property Value
Type | Description |
---|---|
Xtra |
An Xtra |
#Remarks
This property is initialized by the constructor.
See Also