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

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