MouseOverBrush Property (FlexGrid)
In This Topic
Gets or sets the
C1.Blazor.Core.C1Color that is used to highlight cells when the mouse is over.
Syntax
'Declaration
Public Property MouseOverBrush As C1Color
public C1Color MouseOverBrush {get; set;}
See Also