SchedulerModuleBase.NotificationsProvider Property
In This Article
Gets the NotificationsProvider that collects notifications from the Event
business objects.
Namespace: DevExpress.ExpressApp.Scheduler
Assembly: DevExpress.ExpressApp.Scheduler.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Scheduler
#Declaration
[Browsable(false)]
public NotificationsProvider NotificationsProvider { get; }
#Property Value
Type | Description |
---|---|
Notifications |
An IScheduler |
See Also