Skip to main content

ToastNotificationsManager.GetNotificationByID(Object) Method

Returns a notification instance with the given ID.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v23.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
ToastNotification

The notification with the given ID.

See Also