Skip to main content
.NET 6.0+

SchedulerModuleBase.NotificationsProvider Property

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

Namespace: DevExpress.ExpressApp.Scheduler

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

Declaration

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

Property Value

Type Description
NotificationsProvider

A NotificationsProvider object.

See Also