Back to Devexpress

ComboBoxEdit.PopupElement Property

wpf-devexpress-dot-xpf-dot-editors-dot-comboboxedit-67b457e7.md

latest1.1 KB
Original Source

ComboBoxEdit.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

ComboBoxEdit Class

ComboBoxEdit Members

DevExpress.Xpf.Editors Namespace