Skip to main content
A newer version of this page is available. .
Tab

ASPxGridTextSettings.ConfirmOnLosingBatchChanges Property

Gets or sets the text of the confirm message that is shown before grid data changes are lost in batch edit mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string ConfirmOnLosingBatchChanges { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the confirm message text.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Library Object Type Path to ConfirmOnLosingBatchChanges
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.ConfirmOnLosingBatchChanges
BootstrapGridView
.SettingsText.ConfirmOnLosingBatchChanges
ASP.NET Web Forms Controls ASPxCardView
.SettingsText.ConfirmOnLosingBatchChanges
ASPxGridView
.SettingsText.ConfirmOnLosingBatchChanges
ASPxVerticalGrid
.SettingsText.ConfirmOnLosingBatchChanges
GridViewProperties
.SettingsText.ConfirmOnLosingBatchChanges
CardViewSettings
.SettingsText.ConfirmOnLosingBatchChanges
CardViewSettings<CardType>
.SettingsText.ConfirmOnLosingBatchChanges
GridViewSettings
.SettingsText.ConfirmOnLosingBatchChanges
GridViewSettings<RowType>
.SettingsText.ConfirmOnLosingBatchChanges
MVCxCardView
.SettingsText.ConfirmOnLosingBatchChanges
MVCxGridView
.SettingsText.ConfirmOnLosingBatchChanges
MVCxGridViewProperties
.SettingsText.ConfirmOnLosingBatchChanges
MVCxVerticalGrid
.SettingsText.ConfirmOnLosingBatchChanges
VerticalGridSettings
.SettingsText.ConfirmOnLosingBatchChanges
VerticalGridSettings<ColumnType>
.SettingsText.ConfirmOnLosingBatchChanges

Remarks

If the ConfirmOnLosingBatchChanges property is set to an empty string, the default string ‘Are you sure you want to perform the action? All unsaved grid data will be lost.’ is displayed. You can disable the confirm message by setting the GridBatchEditSettings.ShowConfirmOnLosingChanges property to false.

See Also