Skip to main content
.NET 6.0+

NotificationsModule.NotificationsService Property

Namespace: DevExpress.ExpressApp.Notifications

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

Declaration

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

Property Value

Type Description
NotificationsService

A NotificationsService object.

Remarks

An example on using this property is provided in the How to: Show Notifications to a Specific User topic.

See Also