Returns the specified data row's index in a data source.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.dll

Syntax
C# |
public int GetListIndexByRowHandle(
int rowHandle
)
|
VB |
Public Function GetListIndexByRowHandle(
ByVal rowHandle As Integer
) As Integer
|
Parameters
-
rowHandle
-
Type: Int32
An integer value that specifies the data row's handle.
Return value
Type: Int32
An integer value that specifies the index of the corresponding record in a data source.

Remarks

See Also