Skip to main content
.NET 6.0+

Notifications Module Overview

  • 3 minutes to read

The Notifications Module allows you to display reminders for scheduler appointments or any custom business object in both WinForms and ASP.NET Web Forms applications. At the required time, a popup window is automatically invoked. In this window, a user can view alerts, cancel or delay them for a specified amount of time.

Notifications_AlertWindow

Note

  • You can see the demonstration of the Notifications Module in the Feature Center application that ships with XAF. In the demo, see the Notifications section. The default location of the application is %PUBLIC%\Documents\DevExpress Demos 23.2\Components\XAF\FeatureCenter.NETFramework.XPO.
  • ASP.NET Core Blazor applications do not support the Notifications Module.

Notifications Module Components

The Notifications Module consists of the following platform-agnostic and platform-specific components.

Notifications_Toolbox

Note

Notifications Module Capabilities

See Also