Skip to main content
.NET 6.0+

INotificationItem.NotificationSource Property

Gets a business object associated with the current INotificationItem.

Namespace: DevExpress.Persistent.Base.General

Assembly: DevExpress.Persistent.Base.v23.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