GridViewBatchEditMode Enum
In This Article
Lists values that specify which control element is switched to edit mode (used to edit the grid data) in batch edit mode.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Cell | A data cell is switched to edit mode in batch edit mode. |
Row | A data row is switched to edit mode in batch edit mode. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also