Back to Devexpress

ComboBoxEdit.ShowPopupIfItemsSourceEmpty Property

wpf-devexpress-dot-xpf-dot-editors-dot-comboboxedit-d9f3d90d.md

latest1.3 KB
Original Source

ComboBoxEdit.ShowPopupIfItemsSourceEmpty Property

Gets or sets whether to allow end-users to open the popup when the editor’s items source is empty. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowPopupIfItemsSourceEmpty { get; set; }
vb
Public Property ShowPopupIfItemsSourceEmpty As Boolean

Property Value

TypeDescription
Boolean

true , to allow end-users to open the popup when the editor’s items source is empty; otherwise, false. By default, false.

|

See Also

ItemsSource

ComboBoxEdit Class

ComboBoxEdit Members

DevExpress.Xpf.Editors Namespace