Skip to main content

FlyoutBase.IsOpen Property

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

Namespace: DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool IsOpen { get; set; }

Property Value

Type Description
Boolean

true, to display the popup; otherwise, false.

See Also