DefaultNotificationsProvider.Dismiss(IEnumerable<INotificationItem>) Method
Dismisses the specified notification item.
Namespace: DevExpress.ExpressApp.Notifications
Assembly: DevExpress.ExpressApp.Notifications.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Notifications
Declaration
Parameters
Name | Type | Description |
---|---|---|
notificationItems | IEnumerable<INotificationItem> | An INotificationItem object to be dismissed. |
Implements
See Also