Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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