Back to Devexpress

IConfirmOnLosingChangesSettings Interface

aspnetcore-js-devexpress-dot-richedit-30263562.md

latest829 B
Original Source

IConfirmOnLosingChangesSettings Interface

Declares settings of a confirmation message that is displayed when unsaved data changes may be lost.

Declaration

ts
export interface IConfirmOnLosingChangesSettings

Properties

enabled Property

Specifies whether a confirmation alert should be displayed when any unsaved changes will be lost.

Declaration

ts
enabled?: boolean

Property Value

TypeDescription
boolean

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

|

message Property

Sets the text of the confirmation message that is displayed when any unsaved data changes will be lost.

Declaration

ts
message?: string

Property Value

TypeDescription
string

The confirmation message text.

|