IsMouseOver Property (DataGridCell)
In This Topic
Gets a value indicating whether the mouse is over the cell.
Syntax
'Declaration
Public ReadOnly Property IsMouseOver As Boolean
public bool IsMouseOver {get;}
Property Value
true
if the mouse is over the cell; otherwise,
false
.
See Also