Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NotificationsModule Class

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

Namespace: DevExpress.ExpressApp.Notifications

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

#Declaration

[ToolboxTabName("DX.24.2: 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.2.dll
  • NotificationsWindowsFormsModule shipped with DevExpress.ExpressApp.Notifications.Win.v24.2.dll
  • NotificationsAspNetModule shipped with DevExpress.ExpressApp.Notifications.Web.v24.2.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