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.v19.1.dll

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