Back to Devexpress

FlyoutBase.AlwaysOnTop Property

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

latest1.2 KB
Original Source

FlyoutBase.AlwaysOnTop Property

Gets or sets whether the flyout popup is displayed on top of all windows. 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 AlwaysOnTop { get; set; }
vb
Public Property AlwaysOnTop As Boolean

Property Value

TypeDescription
Boolean

true, to display the flyout popup on top of all windows; otherwise, false.

|

See Also

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace