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

WinUIDialogWindow Class

A Windows Modern-styled dialog window.

Namespace: DevExpress.Xpf.WindowsUI

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

Declaration

public class WinUIDialogWindow :
    DXDialogWindow,
    IWindowSurrogate

Remarks

WinUIDialogWindow objects are similar to regular dialogs (objects of the DXDialog class) and are widely used in applications to prompt end-users for additional information (e.g., entering user credentials). Windows Modern-styled dialogs are displayed within a solid stripe, stretched across the entire application window, while the rest of application slightly fades to gray.

WPF - Notifications - WinUI Dialog

To display a Windows Modern-styled dialog, create the WinUIDialogWindow class instance and call its Show method.

WinUIDialogWindow dialogs fully support List of DevExpress WPF Themes.

See Also