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.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Notifications
Declaration
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