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

Dialogs, Notifications and Panels

  • 2 minutes to read

Documents in this section describe controls and services that display panels, messages, dialogs, and other notifications to your customers.

ThemedMessageBox

WPF - Notifications - Message

A message box that can contain text, buttons and icons. Message boxes are widely used in applications to inform users about specific events or instruct them to perform required actions. Unlike standard Microsoft Windows messages, ThemedMessageBoxes fully support DevExpress WPF Themes. In applications built according to the MVVM pattern, use the related service to display themed messages.

WinUIMessageBox

WPF - Notifications - WinUI Message

Display themed messages in a Windows Modern UI manner, stretched across the entire window.

ThemedWindow Dialog

WPF - Notifications - Dialog

Dialogs are advanced message boxes that display a layout of controls instead of a simple text string. Typically, dialogs are used to prompt end-users for additional information (e.g., entering user credentials). As with ThemedMessageBox, ThemedWindowDialog are fully compatible with DevExpress WPF Themes.

OpenFile, SaveFile and FolderBrowser Dialogs

WPF - Notifications - File Dialogs

The DXOpenFileDialog, DXSaveFileDialog and DXFolderBrowserDialog class instances replace standard WPF dialogs. These DevExpress counterparts fully support DevExpress WPF Themes and can be displayed on Windows Vista and newer. For older OS versions, default WPF dialogs are displayed instead.

WinUIDialogWindow

WPF - Notifications - WinUI Dialog

Displays Windows Modern-styled dialogs that can be painted using DevExpress WPF Themes.

Flyout Control

WPF - Notifications - Flyout

The FlyoutControl provides panels that can be shown in two modes: docked to either edge of an application window or displayed as pop-up panels with a beak. Can store content of any type and provide various animation effects.

Tip

Topic: FlyoutControl

Toast Notifications

WPF - Notifications - Toast

The NotificationService provides Windows Modern-inspired notifications that pop up at the screen edge and dismiss after a certain delay. Showing these notifications can be accompanied with system notification sounds.