ToastNotificationsManager.GetNotificationByID(Object) Method
In This Article
Returns a notification instance with the given ID.
Namespace: DevExpress.XtraBars.ToastNotifications
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public ToastNotification GetNotificationByID(
object id
)
#Parameters
Name | Type | Description |
---|---|---|
id | Object | The unique notification identifier. |
#Returns
Type | Description |
---|---|
Toast |
The notification with the given ID. |
See Also