NotificationsProvider.Dismiss(IEnumerable<INotificationItem>) Method
Dismisses the specified notification items.
Namespace: DevExpress.ExpressApp.Scheduler
Assembly: DevExpress.ExpressApp.Scheduler.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
notificationItems | IEnumerable<INotificationItem> | A list of INotificationItem objects to be dismissed. |
Implements
See Also