Back to Devexpress

CardViewBatchEditMode Enum

aspnet-devexpress-dot-web-5cd2b89e.md

latest1.6 KB
Original Source

CardViewBatchEditMode Enum

Lists values that specify which control element is switched to edit mode (used to edit the grid data) in batch edit mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum CardViewBatchEditMode
vb
Public Enum CardViewBatchEditMode

Members

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.

|

The following properties accept/return CardViewBatchEditMode values:

See Also

Card View

Batch Edit Mode

Online Demo: Batch Editing and Updating

DevExpress.Web Namespace