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

Contains information about the part of a FlexGrid control that exists at a specified page coordinate.

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 cell type 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

panel

Gets the grid panel at the specified position.

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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback