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