The GridHitTestInfo class, in conjunction with the FlexGrid.HitTest(RoutedEventArgs) method of the FlexGrid control, is used to determine which part of a FlexGrid control the user has clicked. The GridHitTestInfo class contains the row, column, and type of cell at the specified location.
To obtain a GridHitTestInfo, call the FlexGrid.HitTest(RoutedEventArgs) method from one of the pointer event handlers in the control.
System.Object
C1.WPF.Grid.GridHitTestInfo