ComponentOne ASP.NET MVC Controls
HitTestInfo Class
File
wijmo.grid.js
Module
wijmo.grid

Contains information about the part of a FlexGrid control at a given position on the page.

Constructor

Properties

Constructor

constructor

constructor(grid: any, pt: any): HitTestInfo

Initializes a new instance of the HitTestInfo class.

Parameters
Returns
HitTestInfo

Properties

cellType

Gets the type of cell found at the specified position.

Type
CellType

col

Gets the column index of the cell at the specified position.

Type
number

edgeBottom

Gets a value that indicates whether the mouse is near the bottom edge of the cell.

Type
boolean

edgeLeft

Gets a value that indicates whether the mouse is near the left edge of the cell.

Type
boolean

edgeRight

Gets a value that indicates whether the mouse is near the right edge of the cell.

Type
boolean

edgeTop

Gets a value that indicates whether the mouse is near the top edge of the cell.

Type
boolean

grid

Gets the FlexGrid that this HitTestInfo refers to.

Type
FlexGrid

panel

Gets the GridPanel that this HitTestInfo refers to.

Type
GridPanel

point

Gets the point in control coordinates that this HitTestInfo refers to.

Type
Point

range

Gets the cell range at the specified position.

Type
CellRange

row

Gets the row index of the cell at the specified position.

Type
number