Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlAdapter Class / IsMouseOverEnabled Property

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