Client-Side API Reference > FlexGrid > wijmo.grid > HitTestInfo Class |
constructor(grid: any, pt: any): HitTestInfo
Initializes a new instance of the HitTestInfo class.
The Point object in page coordinates to investigate.
Gets a value that indicates whether the mouse is near the bottom edge of the cell.
Gets a value that indicates whether the mouse is near the left edge of the cell.
Gets a value that indicates whether the mouse is near the right edge of the cell.
Gets a value that indicates whether the mouse is near the top edge of the cell.
Contains information about the part of a FlexGrid control that exists at a specified page coordinate.