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