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

ASPxVerticalGridEditingSettings.Mode Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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:

Library Object Type Path to Mode
ASP.NET Controls and MVC Extensions ASPxVerticalGrid
ASP.NET MVC Extensions MVCxVerticalGrid
VerticalGridSettings
VerticalGridSettings<ColumnType>
See Also