Back to Devexpress

PopupBaseEdit.GetPopupOwnerEdit(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-editors-dot-popupbaseedit-dot-getpopupowneredit-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.6 KB
Original Source

PopupBaseEdit.GetPopupOwnerEdit(DependencyObject) Method

Gets the value of the PopupBaseEdit.PopupOwnerEdit attached property for a specified dependency element.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static PopupBaseEdit GetPopupOwnerEdit(
    DependencyObject element
)
vb
Public Shared Function GetPopupOwnerEdit(
    element As DependencyObject
) As PopupBaseEdit

Parameters

NameTypeDescription
elementDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
PopupBaseEdit

A PopupBaseEdit descendant that represents the owner editor for the element.

|

See Also

PopupBaseEdit Class

PopupBaseEdit Members

DevExpress.Xpf.Editors Namespace