Skip to main content
All docs
V25.2
  • ToastNotificationsManager.GetNotificationByID(Object) Method

    Returns a notification instance with the given ID.

    Namespace: DevExpress.XtraBars.ToastNotifications

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