Skip to main content

ToastNotificationsManager.ShowNotification(Object) Method

Displays a notification with the specific ID.

Namespace: DevExpress.XtraBars.ToastNotifications

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