GridControl.SetCellValue(Int32, String, Object) Method
In This Article
Assigns a value to the specified cell.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | A zero-based integer value that specifies the handle of the row that contains the cell. |
field |
String | |
value | Object | An object that specifies the cell’s new value. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
To learn more, see Cells.
See Also