Skip to main content
.NET 6.0+

NotificationsProvider.Dismiss(IEnumerable<INotificationItem>) Method

Dismisses the specified notification items.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v23.2.dll

Declaration

public void Dismiss(
    IEnumerable<INotificationItem> notificationItems
)

Parameters

Name Type Description
notificationItems IEnumerable<INotificationItem>

A list of INotificationItem objects to be dismissed.

See Also