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

GridViewBatchEditSettings.HighlightDeletedRows Property

Specifies if the deleted row is highlighted in Batch Edit Mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to highlight the deleted row; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to HighlightDeletedRows
ASP.NET Bootstrap Controls BootstrapGridViewEditingSettings
.BatchEditSettings.HighlightDeletedRows
ASP.NET Web Forms Controls ASPxGridViewEditingSettings
.BatchEditSettings.HighlightDeletedRows
MVCxGridViewEditingSettings
.BatchEditSettings.HighlightDeletedRows

Remarks

Note that the HighlightDeletedRows property is in effect in batch edit mode, i.e., when the ASPxGridViewEditingSettings.Mode property is set to Batch.

Online Demo

Batch Editing and Updating

See Also