aspnet-devexpress-dot-web-317013bf.md
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
public enum GridViewBatchStartEditAction
Public Enum GridViewBatchStartEditAction
| Name | Description |
|---|---|
Click |
A single cell click.
|
| DblClick |
A double cell click.
|
| FocusedCellClick |
A focused cell click.
|
The following properties accept/return GridViewBatchStartEditAction values:
The values listed by this enumerator are used to set the GridBatchEditSettings.StartEditAction property’s values.
See Also
Training Video: DevExpress ASP.NET: Batch Editing in the Grid