GridControl.GetRowHandle(Int32) Method
Returns the handle of the row which corresponds to the specified record in the data source.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
sourceRowIndex | Int32 | The zero-based index of a record in the data source. |
Returns
Type | Description |
---|---|
Int32 | An integer value specifying the handle of the row which corresponds to the specified record in the data source. |
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
See Also