Skip to main content

ToastNotificationsManager.HideNotifications(IToastNotificationProperties) Method

Hides all notifications with the specific properties set.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void HideNotifications(
    IToastNotificationProperties notificationProperties
)

Parameters

Name Type Description
notificationProperties IToastNotificationProperties

An IToastNotificationProperties object that specifies toast notification properties.

See Also