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

ToastNotificationsManager.HideNotification(Object) Method

Hides a specific notification.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void HideNotification(
    object id
)

Parameters

Name Type Description
id Object

An Object that is the ID of a hidden notification.

Remarks

Hiding a notification via the HideNotification method fires the ToastNotificationsManager.Hidden event.

See Also