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

BarPopupBase.Owner Property

Gets the owner for the current popup object.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public virtual DependencyObject Owner { get; }

Property Value

Type Description
DependencyObject

An owner for the current popup object.

See Also