Back to Devexpress

FlyoutPanel.IsPopupOpen Property

windowsforms-devexpress-dot-utils-dot-flyoutpanel-8603c3eb.md

latest1.7 KB
Original Source

FlyoutPanel.IsPopupOpen Property

Gets whether the current FlyoutPanel is displayed.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public bool IsPopupOpen { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsPopupOpen As Boolean

Property Value

TypeDescription
Boolean

true if the current FlyoutPanel is displayed; otherwise, false.

|

Remarks

Use the IsPopupOpen property to obtain a Boolean value indicating whether the current FlyoutPanel is displayed.

See Also

ShowPopup

HidePopup

ShowBeakForm

HideBeakForm

FlyoutPanel Class

FlyoutPanel Members

DevExpress.Utils Namespace