Skip to main content
A newer version of this page is available. .

INotificationItem.NotificationSource Property

Gets a business object associated with the current INotificationItem.

Namespace: DevExpress.Persistent.Base.General

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

Declaration

ISupportNotifications NotificationSource { get; }

Property Value

Type Description
ISupportNotifications

An ISupportNotifications business object that is associated with the current notification item.

See Also