Skip to main content

GridControl.SetCellValue(Int32, String, 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,
    string fieldName,
    object value
)

Parameters

Name Type Description
rowHandle Int32

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

fieldName String

A String value that specifies the column‘s field name.

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