Back to Devexpress

GridViewBatchEditMode Enum

aspnet-devexpress-dot-web-482ebd29.md

latest1.8 KB
Original Source

GridViewBatchEditMode 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 GridViewBatchEditMode
vb
Public Enum GridViewBatchEditMode

Members

NameDescription
Cell

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

| | Row |

A data row is switched to edit mode in batch edit mode.

|

The following properties accept/return GridViewBatchEditMode values:

See Also

Grid View

Grid in Batch Edit Mode

Online Demo: Batch Editing

Training Video: DevExpress ASP.NET: Batch Editing in the Grid

DevExpress.Web Namespace