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

ISupportNotifications.IsPostponed Property

Specifies the value that indicates whether or not the notification is postponed.

Namespace: DevExpress.Persistent.Base.General

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

Declaration

bool IsPostponed { get; set; }

Property Value

Type Description
Boolean

true, when the notification is postponed; otherwise, false.

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