GridViewBatchEditSettings.EditMode Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(GridViewBatchEditMode.Cell)]
public GridViewBatchEditMode EditMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
Cell | One of the Grid |
Available values:
Name | Description |
---|---|
Cell | A data cell is switched to edit mode in batch edit mode. |
Row | A data row is switched to edit mode in batch edit mode. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Edit |
---|---|
ASPx |
|
#Remarks
Use the EditMode property to specify the control element that is switched to edit mode when an end-user clicks (or double clicks upon the GridBatchEditSettings.StartEditAction property) a grid cell.