Back to Devexpress

PopupColorEdit.GetOwnerPopupEdit(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-editors-dot-popupcoloredit-dot-getownerpopupedit-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.6 KB
Original Source

PopupColorEdit.GetOwnerPopupEdit(DependencyObject) Method

Gets the value of the PopupColorEdit.OwnerPopupEdit property for a specified DependencyObject.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static PopupColorEdit GetOwnerPopupEdit(
    DependencyObject element
)
vb
Public Shared Function GetOwnerPopupEdit(
    element As DependencyObject
) As PopupColorEdit

Parameters

NameTypeDescription
elementDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
PopupColorEdit

The PopupColorEdit.OwnerPopupEdit property value for the element.

|

See Also

PopupColorEdit Class

PopupColorEdit Members

DevExpress.Xpf.Editors Namespace