Skip to main content
.NET 6.0+

ISupportNotifications.NotificationMessage Property

Gets the notification message text.

Namespace: DevExpress.Persistent.Base.General

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

Declaration

string NotificationMessage { get; }

Property Value

Type Description
String

A string which is the notification message text.

Remarks

Refer to the How to: Use Notifications with a Custom Business Class (Implement ISupportNotifications) example to see how to implement this property.

See Also