BarPopupBase.Owner Property
In This Article
Gets the owner for the current popup object.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public virtual DependencyObject Owner { get; }
#Property Value
Type | Description |
---|---|
Dependency |
An owner for the current popup object. |
See Also