Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellView Class / Background Property

In This Topic
    Background Property (GridCellView)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Background As C1.Blazor.Core.C1Color
    public C1.Blazor.Core.C1Color Background {get; set;}
    See Also