CellTemplate Property
CellTemplate
Gets or sets the template used to display the contents of a cell that is not
in editing mode.
Declaration
[Parameter]
public RenderFragment<object> CellTemplate { get; set; }
<Parameter>
Public Property CellTemplate As RenderFragment(Of Object)