Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DevExpress.XtraBars.ToastNotifications Namespace

In This Article

Provides classes, enumerators and interfaces that allow you to implement Windows 10-styled Toast Notifications in your applications.

Assembly: DevExpress.XtraBars.v24.2.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.