Skip to main content
.NET 6.0+

DefaultNotificationsProvider.NotificationTypesInfo Property

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

Namespace: DevExpress.ExpressApp.Notifications

Assembly: DevExpress.ExpressApp.Notifications.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 DefaultNotificatonProvider provider.

See Also