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

VerticalGridBatchEditSettings.HighlightDeletedRecords Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to HighlightDeletedRecords
ASP.NET Controls and MVC Extensions ASPxVerticalGridEditingSettings
.BatchEditSettings .HighlightDeletedRecords
ASP.NET MVC Extensions MVCxVerticalGridEditingSettings
.BatchEditSettings .HighlightDeletedRecords

Remarks

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

Online Demos

See Also