NewRowIconTemplate Property
NewRowIconTemplate
Gets or sets the template used to create the icon displayed in the header of a new row.
Declaration
[Parameter]
public RenderFragment<C1Style> NewRowIconTemplate { get; set; }
<Parameter>
Public Property NewRowIconTemplate As RenderFragment(Of C1Style)