INotificationItem.NotificationSource Property
In This Article
Gets a business object associated with the current INotificationItem.
Namespace: DevExpress.Persistent.Base.General
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
ISupportNotifications NotificationSource { get; }
#Property Value
Type | Description |
---|---|
ISupport |
An ISupport |
See Also