Skip to main content
A newer version of this page is available. .

DataGridView.SetCellValue(Int32, String, Object) Method

Assigns a value to the specified cell.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

public void SetCellValue(
    int rowHandle,
    string fieldName,
    object value
)

Parameters

Name Type Description
rowHandle Int32

The handle of the row that contains the cell.

fieldName String

The field name of the column that contains the cell.

value Object

An object that specifies a new value to be assigned to the cell.

See Also