Skip to main content
Tab

VerticalGridBatchEditSettings.HighlightDeletedRecords Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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:

Object Type Path to HighlightDeletedRecords
ASPxVerticalGridEditingSettings
.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