windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-35f70d44.md
A ToastNotification objects collection.
Namespace : DevExpress.XtraBars.ToastNotifications
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class ToastNotificationCollection :
BaseMutableListEx<IToastNotificationProperties>
Public Class ToastNotificationCollection
Inherits BaseMutableListEx(Of IToastNotificationProperties)
The following members return ToastNotificationCollection objects:
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.
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