Back to Devexpress

DropDownButtonBase.IsPopupOpen Property

wpf-devexpress-dot-xpf-dot-core-dot-dropdownbuttonbase-a228e27c.md

latest1.0 KB
Original Source

DropDownButtonBase.IsPopupOpen Property

Gets or sets whether the popup is opened. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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 popup is opened; otherwise, false.

|

See Also

DropDownButtonBase Class

DropDownButtonBase Members

DevExpress.Xpf.Core Namespace