Back to Devexpress

ToastNotificationCollection Class

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

latest2.7 KB
Original Source

ToastNotificationCollection Class

A ToastNotification objects collection.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class ToastNotificationCollection :
    BaseMutableListEx<IToastNotificationProperties>
vb
Public Class ToastNotificationCollection
    Inherits BaseMutableListEx(Of IToastNotificationProperties)

The following members return ToastNotificationCollection objects:

Remarks

The ToastNotificationCollection object, assigned to the ToastNotificationsManager.Notifications property, provides zero-based indexed access to ToastNotifications owned by this Toast Notification Manager. See the Toast Notification Manager to learn more.

Inheritance

Object DevExpress.Utils.Base.BaseObject DevExpress.XtraBars.Docking2010.Base.BaseObject DevExpress.XtraBars.Docking2010.Base.BaseReadOnlyList<IToastNotificationProperties> DevExpress.XtraBars.Docking2010.Base.BaseMutableList<IToastNotificationProperties> DevExpress.XtraBars.Docking2010.Base.BaseMutableListEx<IToastNotificationProperties> ToastNotificationCollection

See Also

ToastNotificationCollection Members

Toast Notification Manager

DevExpress.XtraBars.ToastNotifications Namespace