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

In This Topic
    ValidationBackground Property
    In This Topic
    Gets or sets the validation background.
    Syntax
    'Declaration
     
    
    Public Property ValidationBackground As C1.Blazor.Core.C1Color
    public C1.Blazor.Core.C1Color ValidationBackground {get; set;}
    See Also