Skip to main content
A newer version of this page is available. .

FloatingMode Enum

Enumerates the floating modes of a message box window.

Namespace: DevExpress.Xpf.Core

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

Declaration

public enum FloatingMode

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.

See Also