Skip to main content
A newer version of this page is available. .
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.v19.1.dll

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:

Remarks

The values listed by this enumeration are used to set the GridViewBatchEditSettings.EditMode property’s value.

See Also