Skip to main content

GridControl.GetCellValueByListIndex(Int32, GridColumnBase) Method

Returns the specified cell’s value.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object GetCellValueByListIndex(
    int listSourceRowIndex,
    GridColumnBase column
)

Parameters

Name Type Description
listSourceRowIndex Int32

An integer value that identifies the record in a data source by its index.

column GridColumnBase

A GridColumnBase descendant that is the column that owns the specified cell.

Returns

Type Description
Object

An object that is the specified cell’s value.

See Also