Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum GridViewBatchEditMode

Members

Name Description
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.

Related API Members

The following properties accept/return GridViewBatchEditMode values:

See Also