Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IConfirmOnLosingChangesSettings Interface

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

#Declaration

TypeScript
export interface IConfirmOnLosingChangesSettings

#Properties

#enabled Property

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

#Declaration

TypeScript
enabled?: boolean

#Property Value

Type Description
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

TypeScript
message?: string

#Property Value

Type Description
string

The confirmation message text.