ToastNotificationsManager.ShowNotification(IToastNotificationProperties) Method
In This Article
Displays a specific notification.
Namespace: DevExpress.XtraBars.ToastNotifications
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void ShowNotification(
IToastNotificationProperties notificationProperties
)
#Parameters
Name | Type | Description |
---|---|---|
notification |
IToast |
An object owned by the displayed notification. |
See Also