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
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.
Tip
Topics: ThemedMessageBox | DXMessageBoxService
WinUIMessageBox
Display themed messages in a Windows Modern UI manner, stretched across the entire window.
Tip
Topics: WinUIMessageBox | WinUIMessageBoxService
ThemedWindow 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.
Tip
OpenFile, SaveFile and FolderBrowser 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.
Tip
Topics: DXOpenFileDialog | DXSaveFileDialog | DXFolderBrowserDialog
WinUIDialogWindow
Displays Windows Modern-styled dialogs that can be painted using DevExpress WPF Themes.
Tip
Topics: WinUIDialogWindow | WinUIDialogService
Flyout Control
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
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.
Tip
Topic: NotificationService