GridControl.GetRowHandle(Int32) Method
In This Article
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 |
---|---|---|
source |
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 Grid
See Also