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

ToastNotificationsManager.ShowNotification(IToastNotificationProperties) Method

Displays a specific notification.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void ShowNotification(
    IToastNotificationProperties notificationProperties
)

Parameters

Name Type Description
notificationProperties IToastNotificationProperties

An object owned by the displayed notification.

See Also