ToastNotificationsManager.HideNotification(Object) Method
Hides a specific notification.
Namespace: DevExpress.XtraBars.ToastNotifications
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | Object | An Object that is the ID of a hidden notification. |
Remarks
Hiding a notification via the HideNotification method fires the ToastNotificationsManager.Hidden event.
See Also