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

CardViewBatchEditSettings.EditMode Property

Specifies which control element (cell or card) is used to edit the data.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(CardViewBatchEditMode.Cell)]
public CardViewBatchEditMode EditMode { get; set; }

Property Value

Type Default Description
CardViewBatchEditMode **Cell**

One of the CardViewBatchEditMode enumeration values.

Available values:

Name Description
Cell

A cell is switched to edit mode in batch edit mode.

Card

A card is switched to edit mode in batch edit mode.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EditMode
ASP.NET Controls and MVC Extensions ASPxCardViewEditingSettings
.BatchEditSettings.EditMode
MVCxCardViewEditingSettings
.BatchEditSettings.EditMode
ASP.NET Bootstrap Controls BootstrapCardViewEditingSettings
.BatchEditSettings.EditMode

Remarks

Use the EditMode property to specify the control element that is switched to edit mode when an end-user clicks (or double clicks upon the GridBatchEditSettings.StartEditAction property) a grid cell.

See Also