constructor(grid: any, pt: any): HitTestInfo
Initializes a new instance of the HitTestInfo class.
The FlexGrid control, GridPanel, or cell element to investigate.
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 very near the bottom edge of the cell.
Gets a value that indicates whether the mouse is very near the right 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.
Gets the merged status of the cell.
Returns cell range if merged otherwise return null.
Contains information about the part of a FlexGrid control at a given position on the page.