Back to Devexpress

VerticalGridEditingMode Enum

aspnet-devexpress-dot-web-730f4044.md

latest1.3 KB
Original Source

VerticalGridEditingMode Enum

Lists values that specify the ASPxVerticalGrid’s editing mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum VerticalGridEditingMode
vb
Public Enum VerticalGridEditingMode

Members

NameDescription
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.

|

The following properties accept/return VerticalGridEditingMode values:

See Also

Mode

Vertical Grid

DevExpress.Web Namespace