DefaultNotificationsProvider.NotificationTypesInfo Property
In This Article
Gets information on business object types supported by the DefaultNotificationsProvider provider.
Namespace: DevExpress.ExpressApp.Notifications
Assembly: DevExpress.ExpressApp.Notifications.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Notifications
#Declaration
public HashSet<ITypeInfo> NotificationTypesInfo { get; }
#Property Value
Type | Description |
---|---|
Hash |
A Hash |
#Implements
See Also