Skip to main content

ToastNotificationsManager(IContainer) Constructor

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

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v24.2.dll

Declaration

public ToastNotificationsManager(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An IContainer object that owns this ToastNotificationsManager.

See Also