Skip to main content

NavigationPageBase.Owner Property

Returns the owner of this page.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public INavigationFrame Owner { get; }

Property Value

Type Description
DevExpress.XtraBars.Navigation.INavigationFrame

An DevExpress.XtraBars.Navigation.INavigationFrame object that owns this page.

See Also