Back to Devexpress

TabFormPage.Owner Property

windowsforms-devexpress-dot-xtrabars-dot-tabformpage-8230838a.md

latest1.3 KB
Original Source

TabFormPage.Owner Property

Gets the TabFormControlBase to which the current TabFormPage belongs.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public TabFormControlBase Owner { get; }
vb
<Browsable(False)>
Public ReadOnly Property Owner As TabFormControlBase

Property Value

TypeDescription
TabFormControlBase

The TabFormControlBase to which the current TabFormPage belongs.

|

See Also

TabFormPage Class

TabFormPage Members

DevExpress.XtraBars Namespace