Gets the handle of a processed row.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v17.2.Core.dll

Syntax
C# |
public int RowHandle { get; }
|
VB |
Public ReadOnly Property RowHandle As Integer
|
Property value
Type: Int32
An integer value representing the row handle.

See Also