Skip to main content
.NET 6.0+

INotificationsProvider Interface

Declares members implemented by Notifications Providers.

Namespace: DevExpress.Persistent.Base.General

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

public interface INotificationsProvider

Remarks

You can create a custom provider by implementing the INotificationsProvider interface. To register a provider, use the NotificationsService.RegisterNotificationsProvider method.

See Also