Skip to main content

DataGridView.GetCellValue(Int32, String) Method

Returns the value of the specified data cell.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public object GetCellValue(
    int rowHandle,
    string fieldName
)

Parameters

Name Type Description
rowHandle Int32

The handle of the row that contains the cell.

fieldName String

The column’s field name.

Returns

Type Description
Object

The specified cell’s value.

See Also