Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum GridViewBatchStartEditAction

Members

Name Description
Click

A single cell click.

DblClick

A double cell click.

FocusedCellClick

A focused cell click.

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