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

In This Topic
    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