ToastNotificationsManager.HideNotifications(IToastNotificationProperties) Method
Hides all notifications with the specific properties set.
Namespace: DevExpress.XtraBars.ToastNotifications
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| notificationProperties | IToastNotificationProperties | An IToastNotificationProperties object that specifies toast notification properties. |
See Also