Skip to main content
.NET 6.0+

NotificationsModule.NotificationsService Property

Namespace: DevExpress.ExpressApp.Notifications

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

Declaration

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

Property Value

Type Description
NotificationsService

A NotificationsService object.

Remarks

For an example of how to use this property, refer to the following topic: How to: Show Notifications to a Specific User topic.

See Also