VerticalGridBatchEditSettings.HighlightDeletedRecords Property
Specifies if the deleted record is highlighted in Batch Edit Mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to HighlightDeletedRecords |
---|---|
ASPxVerticalGridEditingSettings |
|
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