Back to Devexpress

FlyoutBase.ActualIsOpen Property

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-da1962dd.md

latest1.2 KB
Original Source

FlyoutBase.ActualIsOpen Property

Gets whether the flyout is currently shown. This is a dependency property.

Namespace : DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Boolean

true if the flyout is shown; otherwise, false.

|

See Also

IsOpen

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace