Skip to main content

GridControl.GetCellValueByListIndex(Int32, String) Method

Returns the specified cell’s value.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public object GetCellValueByListIndex(
    int listSourceRowIndex,
    string fieldName
)

Parameters

Name Type Description
listSourceRowIndex Int32

A record’s data source index.

fieldName String

A column’s field name.

Returns

Type Description
Object

The specified cell’s value.

See Also