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

In This Topic
    ErrorIconTemplate Property
    In This Topic
    Gets or sets the template used to create the icon displayed in the header when a row has an error.
    Syntax
    'Declaration
     
    
    Public Property ErrorIconTemplate As RenderFragment(Of C1Style)
    public RenderFragment<C1Style> ErrorIconTemplate {get; set;}
    See Also