[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGridBase.IsCellHovered

IsCellHovered Method

IsCellHovered(int, int)

Gets a value that determines if a cell is hovered.

Declaration
public virtual bool IsCellHovered(int row, int col)
Parameters
Type Name Description
int row

Row index.

int col

Column index.

Returns
Type Description
bool

True if the cell is hovered, false otherwise.