TemplateContent Property
TemplateContent
Gets or sets the content of the template for the grid cell.
Declaration
[JsonConverter(typeof(TemplateConverter))]
public string TemplateContent { get; set; }
<JsonConverter(GetType(TemplateConverter))>
Public Property TemplateContent As String