A newer version of this page is available.
Switch to the current version.
LookUpEditBase.PopupElement Property
Gets the control placed within the editor's popup window.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v19.2.dll
Declaration
public override FrameworkElement PopupElement { get; }
Public Overrides ReadOnly Property PopupElement As FrameworkElement
Property Value
Type | Description |
---|---|
FrameworkElement | The control placed within the editor popup. |
See Also
Feedback