Skip to main content

IGrid.GetRowValue(Int32, String) Method

Gets the value of the data source field in the specified row.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

object GetRowValue(
    int visibleIndex,
    string fieldName
)

Parameters

Name Type Description
visibleIndex Int32

The row’s index.

fieldName String

The name of the data source field.

Returns

Type Description
Object

The data object contained within the specified data source field.

Remarks

Refer to the GetRowValue(Int32, String) method description for more information and an example.

See Also