Back to Devexpress

MemoEdit.PopupElement Property

wpf-devexpress-dot-xpf-dot-editors-dot-memoedit-dc87c65c.md

latest1.0 KB
Original Source

MemoEdit.PopupElement Property

Gets the control placed within the editor’s popup window.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public override FrameworkElement PopupElement { get; }
vb
Public Overrides ReadOnly Property PopupElement As FrameworkElement

Property Value

TypeDescription
FrameworkElement

The control placed within the editor popup.

|

See Also

MemoEdit Class

MemoEdit Members

DevExpress.Xpf.Editors Namespace