ComponentOne FlexGrid for WPF and Silverlight
HitTestInfo Class
Members 

C1.WPF.FlexGrid Namespace : HitTestInfo Class
Contains information about a part of the C1FlexGrid at a specified coordinate.
Object Model
HitTestInfo Class
Syntax
'Declaration
 
Public Class HitTestInfo 
public class HitTestInfo 
Remarks

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.

Inheritance Hierarchy

System.Object
   C1.WPF.FlexGrid.HitTestInfo

See Also

Reference

HitTestInfo Members
C1.WPF.FlexGrid Namespace