C1.Silverlight.FlexGrid.5 Assembly > C1.Silverlight.FlexGrid Namespace : HitTestInfo Class |
The HitTestInfo class, in conjunction with the C1FlexGrid.HitTest method of the C1.Silverlight.FlexGrid control, is used to determine which part of a C1.Silverlight.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.Silverlight.FlexGrid.HitTestInfo