Skip to main content
Bar

TabFormPage.Owner Property

Gets the TabFormControlBase to which the current TabFormPage belongs.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public TabFormControlBase Owner { get; }

Property Value

Type Description
TabFormControlBase

The TabFormControlBase to which the current TabFormPage belongs.

See Also