Skip to main content

GridControl.GetCellValueByListIndex(Int32, ColumnBase) 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,
    ColumnBase column
)

Parameters

Name Type Description
listSourceRowIndex Int32

A record’s data source index.

column ColumnBase

A column that contains the data cell.

Returns

Type Description
Object

The specified cell’s value.

See Also