SchedulerModuleBase.NotificationsProvider Property
Gets the NotificationsProvider that collects notifications from the Event business objects.
Namespace: DevExpress.ExpressApp.Scheduler
Assembly: DevExpress.ExpressApp.Scheduler.v25.2.dll
NuGet Package: DevExpress.ExpressApp.Scheduler
Declaration
[Browsable(false)]
public virtual ISchedulerNotificationsProvider NotificationsProvider { get; }
Property Value
| Type | Description |
|---|---|
| ISchedulerNotificationsProvider | An ISchedulerNotificationsProvider object. |
See Also