Skip to main content
Tab

ASPxVerticalGridEditingSettings.Mode Property

Gets or sets a value that specifies the ASPxVerticalGrid’s editing mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(VerticalGridEditingMode.None)]
public VerticalGridEditingMode Mode { get; set; }

Property Value

Type Default Description
VerticalGridEditingMode None

A VerticalGridEditingMode enumeration value that specifies the ASPxVerticalGrid’s editing mode.

Available values:

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

Property Paths

You can access this nested property as listed below:

Object Type Path to Mode
ASPxVerticalGrid
See Also