Skip to main content
Tab

CardViewBatchEditSettings.HighlightDeletedCards Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

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

#Property Value

Type Default Description
Boolean true

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

#Property Paths

You can access this nested property as listed below:

Object Type Path to HighlightDeletedCards
ASPxCardViewEditingSettings
.BatchEditSettings .HighlightDeletedCards

#Remarks

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

#Online Demo

ASPxCardView - Batch Edit

See Also