DefaultNotificationsProvider.NotificationTypesInfo Property
Gets information on business object types supported by the DefaultNotificationsProvider provider.
Namespace: DevExpress.ExpressApp.Notifications
Assembly: DevExpress.ExpressApp.Notifications.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Notifications
Declaration
Property Value
| Type | Description |
|---|---|
| HashSet<ITypeInfo> | A HashSet<ITypeInfo> object that provides information on business object types supported by the DefaultNotificatonProvider provider. |
Implements
See Also