ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / IsMouseOver Property

In This Topic
    IsMouseOver Property (DataGridRow)
    In This Topic
    Gets a value indicating whether the mouse is over the row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsMouseOver As Boolean
    public bool IsMouseOver {get;}

    Property Value

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