FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellFactory Class / IsMouseOverEnabled Property

In This Topic
    IsMouseOverEnabled Property (GridCellFactory)
    In This Topic
    Gets whether the mouse-over state is reflected in the cells.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsMouseOverEnabled As Boolean
    public override bool IsMouseOverEnabled {get;}
    See Also