Skip to main content
A newer version of this page is available. .

ToastNotificationsManager.HideNotifications(Object) Method

Hides the notification that has the specific ID.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void HideNotifications(
    object id
)

Parameters

Name Type Description
id Object

The ID of a notification that should be hidden.

See Also