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

DefaultNotificationsProvider(XafApplication) Constructor

Initializes a new instance of the DefaultNotificationsProvider class.

Namespace: DevExpress.ExpressApp.Notifications

Assembly: DevExpress.ExpressApp.Notifications.v19.1.dll

Declaration

public DefaultNotificationsProvider(
    XafApplication application
)

Parameters

Name Type Description
application XafApplication

An XafApplication object that manages an XAF application.

See Also