SpreadsheetBuilder.ConfirmOnLosingChanges(Action<ConfirmOnLosingChangesBuilder>) Method
In This Article
Allows you to customize settings of a confirmation message that can be displayed when any unsaved data changes are going to be lost.
Namespace: DevExpress.AspNetCore.Spreadsheet
Assembly: DevExpress.AspNetCore.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Spreadsheet
#Declaration
C#
public SpreadsheetBuilder ConfirmOnLosingChanges(
Action<ConfirmOnLosingChangesBuilder> configure
)
#Parameters
Name | Type | Description |
---|---|---|
configure | Action<Confirm |
A method that configures the confirmation message settings. |
#Returns
Type | Description |
---|---|
Spreadsheet |
An object that can be used to further configure the Spreadsheet. |
See Also