Back to Devexpress

GridViewBatchStartEditAction Enum

aspnet-devexpress-dot-web-317013bf.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridViewBatchStartEditAction
vb
Public Enum GridViewBatchStartEditAction

Members

NameDescription
Click

A single cell click.

| | DblClick |

A double cell click.

| | FocusedCellClick |

A focused cell click.

|

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

Grid View

Grid in Batch Edit Mode

Online Demo: Batch Editing

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

DevExpress.Web Namespace