GridControl.GetSourceRowIndex(Int32) Method
In This Article
Returns the index of the data source record to which the specified row handle corresponds.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value specifying the row handle. |
#Returns
Type | Description |
---|---|
Int32 | An integer value specifying the zero-based index of the data record to which the specified row handle corresponds. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
To get a row handle by its index in the data source, use the GridControl.GetRowHandle method.
See Also