Skip to main content
A newer version of this page is available. .

ToastNotificationsManager.ShowNotification(Object) Method

Displays a notification with the specific ID.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void ShowNotification(
    object id
)

Parameters

Name Type Description
id Object

An Object that is the ID of a notification that needs to be displayed.

See Also