The HitTestInfo class, in conjunction with the C1FlexGrid.HitTest method of the C1.WPF.FlexGrid control, is used to determine which part of a C1.WPF.FlexGrid control the user has clicked. The HitTestInfo class contains the row, column, and type of cell at the specified location.
To obtain a HitTestInfo, call the C1FlexGrid.HitTest method from one of the mouse event handlers in the control. Pass MouseEventArgs event parameter to the C1FlexGrid.HitTest method.
System.Object
C1.WPF.FlexGrid.HitTestInfo