Skip to main content

RichEditSettings.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.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string ConfirmOnLosingChanges { get; set; }

Property Value

Type Description
String

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