INotificationsProvider Interface
Declares members implemented by Notifications Providers.
Namespace: DevExpress.Persistent.Base.General
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Remarks
You can create a custom provider by implementing the INotificationsProvider interface. To register a provider, use the NotificationsService.RegisterNotificationsProvider method.
See Also