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

CardViewBatchEditSettings.HighlightDeletedCards Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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:

Library Object Type Path to HighlightDeletedCards
ASP.NET Controls and MVC Extensions ASPxCardViewEditingSettings
.BatchEditSettings.HighlightDeletedCards
MVCxCardViewEditingSettings
.BatchEditSettings.HighlightDeletedCards
ASP.NET Bootstrap Controls BootstrapCardViewEditingSettings
.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