Skip to main content

INotificationItem.NotificationSource Property

Gets a business object associated with the current INotificationItem.

Namespace: DevExpress.Persistent.Base.General

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

NuGet Package: DevExpress.Persistent.Base

Declaration

ISupportNotifications NotificationSource { get; }

Property Value

Type Description
ISupportNotifications

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

See Also