Skip to main content
A newer version of this page is available. .

ToastNotificationCollection Class

A ToastNotification objects collection.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public class ToastNotificationCollection :
    BaseMutableListEx<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