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
public object GetRowItemBySourceIndex(
int sourceIndex
)
Parameters
Name | Type | Description |
---|---|---|
sourceIndex | Int32 | The data source item index in the data source. |
Returns
Type | Description |
---|---|
Object | The data source object. |
See Also