C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridHitTestInfo Class / Row Property
In This Topic
Row Property (GridHitTestInfo)
In This Topic
Gets the index of the row at the specified location.
Syntax
public int Row {get;}
Remarks
If there is no row at the specified location, this property returns -1.
See Also