Skip to main content
A newer version of this page is available. .
Tab

GridViewBatchStartEditAction Enum

Lists values that specify which action is used to begin editing grid data in batch edit mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum GridViewBatchStartEditAction

Members

Name Description
Click

Batch editing starts by clicking a cell.

DblClick

Batch editing starts by double clicking a cell.

FocusedCellClick

Batch editing starts by clicking a focused cell.

Related API Members

The following properties accept/return GridViewBatchStartEditAction values:

Remarks

The values listed by this enumerator are used to set the GridBatchEditSettings.StartEditAction property’s values.

See Also