Skip to main content
A newer version of this page is available. .

NavigationPageBase.Owner Property

Returns the owner of this page.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraBars.Navigation.INavigationFrame

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

See Also