ToastNotificationsManager.HideNotifications(IToastNotificationProperties) Method
In This Article
Hides all notifications with the specific properties set.
Namespace: DevExpress.XtraBars.ToastNotifications
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void HideNotifications(
IToastNotificationProperties notificationProperties
)
#Parameters
Name | Type | Description |
---|---|---|
notification |
IToast |
An IToast |
See Also