Skip to main content

GridControl.SetCellValue(Int32, String, Object) Method

Sets the specified cell’s value.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

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 column’s field name.

value Object

The cell’s new value.

See Also