DevExpress.XtraBars.ToastNotifications Namespace
Provides classes, enumerators and interfaces that allow you to implement Windows 10-styled Toast Notifications in your applications.
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Classes
Name | Description |
---|---|
ToastNotification | A toast notification. |
ToastNotificationCollection | A ToastNotification objects collection. |
ToastNotificationEventArgs | Provides data for the ToastNotificationsManager‘s events. |
ToastNotificationsManager | The component that displays Windows Modern UI-inspired toast notifications. See Toast Notification Manager. |
Interfaces
Name | Description |
---|---|
IToastNotificationProperties | Exposes base ToastNotification properties. |
Enums
Name | Description |
---|---|
ToastNotificationDuration | Provides members that specify the notification lifetime. |
ToastNotificationSound | Provides members that specify sounds played when the specific notification is shown. |
ToastNotificationTemplate | Provides members that specify the current ToastNotification template. |