Back to Devexpress

XtraTabPageCollection.TabControl Property

windowsforms-devexpress-dot-xtratab-dot-xtratabpagecollection.md

latest1.3 KB
Original Source

XtraTabPageCollection.TabControl Property

Gets the tab control which displays the pages in this collection.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual XtraTabControl TabControl { get; }
vb
Public Overridable ReadOnly Property TabControl As XtraTabControl

Property Value

TypeDescription
XtraTabControl

An XtraTabControl object or descendant which represents the tab control that owns this page collection.

|

Remarks

This property is initialized by the constructor.

See Also

XtraTabPageCollection Class

XtraTabPageCollection Members

DevExpress.XtraTab Namespace