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

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