INotificationsProvider Interface
In This Article
Declares members implemented by Notifications Providers.
Namespace: DevExpress.Persistent.Base.General
Assembly: DevExpress.Persistent.Base.v24.2.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