Back to Devexpress

PopupBaseEdit.IsPopupOpen Property

wpf-devexpress-dot-xpf-dot-editors-dot-popupbaseedit-484a3a8b.md

latest1.1 KB
Original Source

PopupBaseEdit.IsPopupOpen Property

Gets or sets whether the editor’s dropdown (popup window) is opened. 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 IsPopupOpen { get; set; }
vb
Public Property IsPopupOpen As Boolean

Property Value

TypeDescription
Boolean

true if the editor’s dropdown is opened; otherwise, false.

|

See Also

PopupBaseEdit Class

PopupBaseEdit Members

DevExpress.Xpf.Editors Namespace