Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlCellView Class / MouseOverBrush Property

In This Topic
    MouseOverBrush Property (GridControlCellView)
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Color that is used to paint the color of mouse over cell / row.
    Syntax
    'Declaration
     
    
    Public Property MouseOverBrush As C1Color
    public C1Color MouseOverBrush {get; set;}
    See Also