C1.WPF.FlexGrid Namespace : HitTestInfo Class |
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2