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

WinUIMessageBox Class

A Windows Modern UI-styled message box.

Namespace: DevExpress.Xpf.WindowsUI

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

Declaration

public class WinUIMessageBox :
    DXMessageBox

Remarks

Use the WinUIMessageBox.Show method to display a message box stretched across the entire application window, which emulates messages seen in Windows Modern applications.

WPF - Notifications - WinUI Message

The WinUIMessageBox fully supports WPF Themes.

See Also