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

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