Back to Devexpress

ToastNotificationsManager.HideNotifications(IToastNotificationProperties) Method

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotificationsmanager-dot-hidenotifications-x28-devexpress-dot-xtrabars-dot-toastnotifications-dot-itoastnotificationproperties-x29.md

latest1.6 KB
Original Source

ToastNotificationsManager.HideNotifications(IToastNotificationProperties) Method

Hides all notifications with the specific properties set.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void HideNotifications(
    IToastNotificationProperties notificationProperties
)
vb
Public Sub HideNotifications(
    notificationProperties As IToastNotificationProperties
)

Parameters

NameTypeDescription
notificationPropertiesIToastNotificationProperties

An IToastNotificationProperties object that specifies toast notification properties.

|

See Also

ToastNotificationsManager Class

ToastNotificationsManager Members

DevExpress.XtraBars.ToastNotifications Namespace