Skip to main content

ASPxSpreadsheet.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.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

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 spreadsheet confirmation message is displayed.

See Also