FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellView Class / IsMouseOver Property

In This Topic
    IsMouseOver Property (GridCellView)
    In This Topic
    Gets or sets the mouse over state.
    Syntax
    'Declaration
     
    Public Property IsMouseOver As Boolean
    public bool IsMouseOver {get; set;}
    See Also