Skip to main content
.NET 6.0+

NotificationsController.Service Property

Gets the service used by the NotificationsModule to process the notifications.

Namespace: DevExpress.ExpressApp.Notifications

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

Declaration

[Browsable(false)]
public NotificationsService Service { get; }

Property Value

Type Description
NotificationsService

A NotificationsService object that is the service used by the NotificationsModule to process the notifications.

See Also