Back to Devexpress

FlyoutBase.StaysOpen Property

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

latest1.3 KB
Original Source

FlyoutBase.StaysOpen Property

Gets or sets whether the popup is constantly 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 StaysOpen { get; set; }
vb
Public Property StaysOpen As Boolean

Property Value

TypeDescription
Boolean

true, to prevent the popup from being closed; otherwise, false.

|

Remarks

If the StaysOpen property is set to false , the end-user can close the popup by clicking anywhere outside it or pressing the ‘Esc’ button.

See Also

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace