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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ToastNotificationsManager(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An IContainer object that owns this ToastNotificationsManager.

See Also