ToastNotificationCollection Class
A ToastNotification objects collection.
Namespace: DevExpress.XtraBars.ToastNotifications
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public class ToastNotificationCollection :
BaseMutableListEx<IToastNotificationProperties>
Related API Members
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