FloatingMode Enum
Enumerates the floating modes of a message box window.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
Name | Description |
---|---|
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.