Skip to main content
.NET 6.0+

DefaultNotificationsProvider.Dismiss(IEnumerable<INotificationItem>) Method

Dismisses the specified notification item.

Namespace: DevExpress.ExpressApp.Notifications

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

Declaration

public void Dismiss(
    IEnumerable<INotificationItem> notificationItems
)

Parameters

Name Type Description
notificationItems IEnumerable<INotificationItem>

An INotificationItem object to be dismissed.

See Also