Back to Devexpress

DataGridView.GetRowItemBySourceIndex(Int32) Method

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-dot-getrowitembysourceindex-x28-system-dot-int32-x29.md

latest951 B
Original Source

DataGridView.GetRowItemBySourceIndex(Int32) Method

Returns the data source object by its index.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public object GetRowItemBySourceIndex(
    int sourceIndex
)

Parameters

NameTypeDescription
sourceIndexInt32

The data source item index in the data source.

|

Returns

TypeDescription
System.Object

The data source object.

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace