INotificationsProvider.NotificationTypesInfo Property
Gets information on business object types supported by the INotificationsProvider provider.
Namespace: DevExpress.Persistent.Base.General
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Description |
---|---|
HashSet<ITypeInfo> | A HashSet<ITypeInfo> object that provides information on business object types supported by the DefaultNotificatonProvider provider. |
See Also