Skip to main content
.NET 6.0+

NotificationsModule.DefaultNotificationsProvider Property

Specifies the default Notifications Service and Notifications Providers that collects notifications from ISupportNotifications business objects.

Namespace: DevExpress.ExpressApp.Notifications

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

Declaration

[Browsable(false)]
public DefaultNotificationsProvider DefaultNotificationsProvider { get; set; }

Property Value

Type Description
DefaultNotificationsProvider

A DefaultNotificationsProvider object that collects notifications from business objects.

Remarks

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

See Also