ToastNotificationsManager.HideNotifications(Object) Method
In This Article
Hides the notification that has the specific ID.
Namespace: DevExpress.XtraBars.ToastNotifications
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
id | Object | The ID of a notification that should be hidden. |
See Also