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

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