Skip to main content
.NET 6.0+

NotificationsProvider.NotificationTypesInfo Property

Gets information on business object types supported by the NotificationsProvider provider.

Namespace: DevExpress.ExpressApp.Scheduler

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

Declaration

public HashSet<ITypeInfo> NotificationTypesInfo { get; }

Property Value

Type Description
HashSet<ITypeInfo>

A HashSet<ITypeInfo> object that provides information on business object types supported by the NotificatonsProvider provider.

See Also