TabFormPage.Owner Property
In This Article
Gets the TabFormControlBase to which the current TabFormPage belongs.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public TabFormControlBase Owner { get; }
#Property Value
Type | Description |
---|---|
Tab |
The Tab |
See Also