Back to Devexpress

How to Add the Notifications Module

expressappframework-404940-event-planning-and-notifications-how-to-add-the-notifications-module-net.md

latest1.8 KB
Original Source

How to Add the Notifications Module

  • Feb 21, 2026
  • 2 minutes to read

This article describes how to add the Notifications module to ASP.NET Core Blazor and Windows Forms applications.

The module allows you to display reminders for scheduler appointments or any custom business object.

Step-by-Step Instructions

  1. Add the DevExpress.ExpressApp.Notifications NuGet package to the MySolution.Module project. See the following topic for more information on how to install DevExpress NuGet packages: Choose Between Offline and Online DevExpress NuGet Feeds.

  2. In the Solution Explorer , go to the MySolution.Module project and open the Module.cs file. Add the Notifications module to the RequiredModuleTypes collection.

  3. Add the following NuGet packages to platform-specific projects in your application:

  4. In ASP.NET Core Blazor application, navigate to the MySolution.Blazor.Server\Startup.cs file and call the AddNotifications(IModuleBuilder<IBlazorApplicationBuilder>, Action<NotificationsOptions>) method.

Tip

For more information about this module, refer to the following topic: How to: Use Notifications with the Scheduler Event.