Skip to main content

GridControl.SetCellValue(Int32, GridColumn, Object) Method

Assigns a value to the specified cell.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public void SetCellValue(
    int rowHandle,
    GridColumn column,
    object value
)

Parameters

Name Type Description
rowHandle Int32

A zero based integer value that specifies the handle of the row which contains the cell.

column GridColumn

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

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

To learn more, see Cells.

See Also