Skip to main content
.NET 6.0+

NotificationsModule Class

The XAF module contained in the DevExpress.ExpressApp.Notifications.v24.1.dll assembly.

Namespace: DevExpress.ExpressApp.Notifications

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

Declaration

[ToolboxTabName("DX.24.1: XAF Modules")]
public sealed class NotificationsModule :
    ModuleBase,
    INotificationsServiceOwner

Remarks

This module implements the base Notifications functionality. There are three platform-specific module classes that should be used with NotificationsModule:

  • NotificationsBlazorModule shipped with DevExpress.ExpressApp.Notifications.Blazor.v24.1.dll
  • NotificationsWindowsFormsModule shipped with DevExpress.ExpressApp.Notifications.Win.v24.1.dll
  • NotificationsAspNetModule shipped with DevExpress.ExpressApp.Notifications.Web.v24.1.dll

The NotificationsModule module constructor creates a NotificationsService object and assigns it to the NotificationsModule.NotificationsService property. The NotificationsModule.NotificationsRefreshInterval property sets the notifications refresh frequency (the default value is 5 minutes).

Inheritance

See Also