[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapter.GetHoverRange

GetHoverRange Method

GetHoverRange(int, int)

Gets range of cells from the coordinates of the hovered cell.

Declaration
public virtual GridControlRange GetHoverRange(int hoverRow, int hoverColumn)
Parameters
Type Name Description
int hoverRow

The row where the mouse is over.

int hoverColumn

The column where the mouse is over.

Returns
Type Description
GridControlRange