Skip to main content

GridControl.GetCellValue(Int32, GridColumn) Method

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
rowHandle Int32

An integer value specifying the handle of the row that contains the cell.

column GridColumn

A GridColumn object or descendant specifying the grid column that contains the cell.

#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 GridControl and suggest that you use the new DataGridView control instead.

See Also