ToastNotificationsManager.GetNotificationByID(Object) Method
Returns a notification instance with the given ID.
Namespace: DevExpress.XtraBars.ToastNotifications
Assembly: DevExpress.XtraBars.v22.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | Object | The unique notification identifier. |
Returns
Type | Description |
---|---|
ToastNotification | The notification with the given ID. |
See Also