Skip to main content
Tab

VerticalGridEditingMode Enum

Lists values that specify the ASPxVerticalGrid’s editing mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum VerticalGridEditingMode

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.

ASPxVerticalGrid-Batch

Related API Members

The following properties accept/return VerticalGridEditingMode values:

See Also