Skip to main content

ASPxSpreadsheet.ShowConfirmOnLosingChanges Property

Gets or sets a value that specifies whether a confirmation alert should be displayed when any unsaved changes are going to be lost due to an end-user action.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue(true)]
public bool ShowConfirmOnLosingChanges { get; set; }

Property Value

Type Default Description
Boolean true

true, to display the confirmation alert; otherwise, false.

Remarks

Use the ShowConfirmOnLosingChanges property to disable/enable a confirmation alert displayed when an end-user tries to perform an action that might force the ASPxSpreadsheet to lose any currently unsaved data. For instance, an end-user can modify data within a worksheet and then click the File - New button. As a result, an alert to confirm losing changes will appear.

Note

The confirmation alert cannot be displayed on iOS devices due to their limitations. Safari for mobile devices does not the provide necessary events that can be used for displaying the confirmation message.

See Also