ASPxVerticalGridEditingSettings.Mode Property
Gets or sets a value that specifies the ASPxVerticalGrid’s editing mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(VerticalGridEditingMode.None)]
public VerticalGridEditingMode Mode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Vertical |
None | A Vertical |
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. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Mode |
---|---|
ASPx |
|