Back to Devexpress

FloatingMode Enum

wpf-devexpress-dot-xpf-dot-core-f25b65d5.md

latest1.3 KB
Original Source

FloatingMode Enum

Enumerates the floating modes of a message box window.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum FloatingMode
vb
Public Enum FloatingMode

Members

NameDescription
Adorner

The message box is initially centered against the application window and stuck to it. The message box is displayed above the application window only and is always focused. Moving the application window moves the message box respectively.

| | Window |

The message box is initially centered against a screen and behaves similar to modal windows - it can lose focus and is displayed above the application window only.

| | Popup |

The message box is initially centered against the application window and displayed above all windows.

|

Remarks

Use the FloatingMode values to define the floating mode of a WinUIMessageBox.

See Also

DevExpress.Xpf.Core Namespace