Skip to main content
A newer version of this page is available. .

SchedulerModuleBase.NotificationsProvider Property

Gets the NotificationsProvider that collects notifications from the Event business objects.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v19.1.dll

Declaration

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

Property Value

Type Description
NotificationsProvider

A NotificationsProvider object.

See Also