Skip to main content

IGrid.GetDataItem(Int32) Method

Gets a data source item that is bound to the processed row.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

object GetDataItem(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

The row’s visible index.

Returns

Type Description
Object

The data item.

Remarks

Refer to the GetDataItem(Int32) method description for more information and an example.

See Also