Returns a row's handle by specifying its visible index.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.dll

Syntax
C# |
public int GetRowHandleByVisibleIndex(
int visibleIndex
)
|
VB |
Public Function GetRowHandleByVisibleIndex(
ByVal visibleIndex As Integer
) As Integer
|
Parameters
-
visibleIndex
-
Type: Int32
An integer value that specifies the row's visible position within a View.
Return value
Type: Int32
An integer value that specifies the handle of the specified row (group or data).

Remarks

See Also