In This Topic
Gets or sets the content of the template for the grid cell.
Syntax
'Declaration
<JsonConverterAttribute(C1.Web.Mvc.Serialization.TemplateConverter)>
Public Property TemplateContent As String
[JsonConverter(C1.Web.Mvc.Serialization.TemplateConverter)]
public string TemplateContent {get; set;}
See Also