ComponentOne DataGrid for WPF and Silverlight
IsMouseOver Property (DataGridRow)

C1.WPF.DataGrid Namespace > DataGridRow Class : IsMouseOver Property
Gets a value indicating whether the mouse is over the row.
Syntax
'Declaration
 
Public ReadOnly Property IsMouseOver As System.Boolean
public System.bool IsMouseOver {get;}

Property Value

true if the mouse is over the row; otherwise, false.
See Also

Reference

DataGridRow Class
DataGridRow Members