Back to Devexpress

CardViewBatchEditSettings.EditMode Property

aspnet-devexpress-dot-web-dot-cardviewbatcheditsettings.md

latest2.5 KB
Original Source

CardViewBatchEditSettings.EditMode Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(CardViewBatchEditMode.Cell)]
public CardViewBatchEditMode EditMode { get; set; }
vb
<DefaultValue(CardViewBatchEditMode.Cell)>
Public Property EditMode As CardViewBatchEditMode

Property Value

TypeDefaultDescription
CardViewBatchEditModeCell

One of the CardViewBatchEditMode enumeration values.

|

Available values:

NameDescription
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:

Object TypePath to EditMode
ASPxCardViewEditingSettings

.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

Online Demo: Batch Editing and Updating

CardViewBatchEditSettings Class

CardViewBatchEditSettings Members

DevExpress.Web Namespace