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

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