Skip to main content
A newer version of this page is available. .
Tab

VerticalGridEditingMode Enum

Lists values that specify the ASPxVerticalGrid’s editing mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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:

Remarks

The values listed by this enumeration are used to set the ASPxVerticalGridEditingSettings.Mode property’s value.

See Also