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

ASPxRichEdit.ConfirmOnLosingChanges Property

Gets or sets the text of the confirmation message that is displayed when any unsaved data changes are going to be lost.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v19.2.dll

Declaration

[DefaultValue("")]
public string ConfirmOnLosingChanges { get; set; }

Property Value

Type Default Description
String String.Empty

A string specifying the confirmation message text.

Remarks

Use the ConfirmOnLosingChanges property to specify the message text of the confirmation alert that is shown before unsaved data changes are lost. This property is set to an empty string by default, and the default localizable RichEdit confirmation message is displayed.

See Also