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.v24.1.dll

Declaration

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

Property Value

Type Description
ISchedulerNotificationsProvider

An ISchedulerNotificationsProvider object.

Property Value

Type Description
NotificationsProvider

An ISchedulerNotificationsProvider object.

See Also