Contains information about a part of the C1FlexGrid at a
specified coordinate.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
public class HitTestInfo |
Visual Basic |
---|
Public Class HitTestInfo |
Remarks
The HitTestInfo class, in conjunction with the HitTest(GestureEventArgs) method of the C1.Phone.FlexGrid control, is used to determine which part of a C1.Phone.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 HitTest(GestureEventArgs) method from one of the gesture event handlers in the control. Pass GestureEventArgs event parameter to the HitTest(GestureEventArgs) method.