Skip to main content
.NET 6.0+

DefaultNotificationsProvider(XafApplication) Constructor

Initializes a new instance of the DefaultNotificationsProvider class.

Namespace: DevExpress.ExpressApp.Notifications

Assembly: DevExpress.ExpressApp.Notifications.v23.2.dll

Declaration

public DefaultNotificationsProvider(
    XafApplication application
)

Parameters

Name Type Description
application XafApplication

An XafApplication object that manages an XAF application.

See Also