CardViewBatchEditSettings.HighlightDeletedCards Property
Specifies if the deleted card 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 HighlightDeletedCards |
---|---|
ASPxCardViewEditingSettings |
|
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
See Also