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

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