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

In This Topic
    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