C1.Maui.GridControl Assembly / C1.Maui.Grid Namespace / GridControlAdapter Class / GetHoverRange Method
The row where the mouse is over.
The column where the mouse is over.
In This Topic
GetHoverRange Method (GridControlAdapter)
In This Topic
Gets range of cells from the coordinates of the hovered cell.
Syntax
public virtual GridControlRange GetHoverRange( 
   int hoverRow,
   int hoverColumn
)

Parameters

hoverRow
The row where the mouse is over.
hoverColumn
The column where the mouse is over.
See Also