Back to Devexpress

ToastNotificationsManager Class

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications.md

latest2.6 KB
Original Source

ToastNotificationsManager Class

The component that displays Windows Modern UI-inspired toast notifications. See Toast Notification Manager.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXLicenseWinForms]
public class ToastNotificationsManager :
    BaseComponent,
    INotificationProvider,
    IToastNotificationDesignerActionSupports
vb
<DXLicenseWinForms>
Public Class ToastNotificationsManager
    Inherits BaseComponent
    Implements INotificationProvider,
               IToastNotificationDesignerActionSupports

Remarks

The ToastNotificationsManager introduces the Windows 10-styled evolution of traditional Alert Windows - toast notifications. These notifications, designed to be used on devices running under Windows 10, allow you to display important messages with specific sound and duration. Notifications support eight predefined templates that specify their appearance. See the Toast Notification Manager topic to learn more.

Inheritance

Object MarshalByRefObject Component BaseComponent ToastNotificationsManager

See Also

ToastNotificationsManager Members

Toast Notification Manager

Alert Windows Overview

DevExpress.XtraBars.ToastNotifications Namespace