GridViewBatchStartEditAction Enum
In This Article
Lists values that specify which action is used to begin editing grid data in batch edit mode.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Click | Batch editing starts by clicking a cell. |
Dbl |
Batch editing starts by double clicking a cell. |
Focused |
Batch editing starts by clicking a focused cell. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also