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.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
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