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

ToastNotificationsManager(IContainer) Constructor

Initializes a new instance of the ToastNotificationsManager class with the specified settings.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public ToastNotificationsManager(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An IContainer object that owns this ToastNotificationsManager.

See Also