Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / RowErrorStyle Property

In This Topic
    RowErrorStyle Property
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Style applied to cells whose row has errors.
    Syntax
    'Declaration
     
    
    Public Property RowErrorStyle As C1Style
    public C1Style RowErrorStyle {get; set;}
    See Also