VerticalGridEditingMode Enum
In This Article
Lists values that specify the ASPxVerticalGrid’s editing mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
None
|
The editing mode is disabled for the grid. |
Batch
|
Cell values are edited in the in-line editors. The changes are sent to the server only on an update (‘Save changes’) button click. |
#Related API Members
The following properties accept/return VerticalGridEditingMode values:
See Also