GridControl.GetCellValue(Int32, GridColumn) Method
In This Article
Returns the value of the specified data cell in the grid.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
public object GetCellValue(
int rowHandle,
GridColumn column
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value specifying the handle of the row that contains the cell. |
column | Grid |
A Grid |
#Returns
Type | Description |
---|---|
Object | An object that is the specified cell value. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
See Also