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 System.String
'Usage
Dim instance As CellTemplate
Dim value As System.String
instance.TemplateId = value
value = instance.TemplateId
[JsonConverter(C1.Web.Mvc.Serialization.TemplateConverter, Mono.Cecil.CustomAttributeArgument[])]
public System.string TemplateId {get; set;}
public read-write property TemplateId: System.String;
JsonConverterAttribute(C1.Web.Mvc.Serialization.TemplateConverter, Mono.Cecil.CustomAttributeArgument[])
public function get,set TemplateId : System.String
[JsonConverter(C1.Web.Mvc.Serialization.TemplateConverter, Mono.Cecil.CustomAttributeArgument[])]
public: __property System.string* get_TemplateId();
public: __property void set_TemplateId(
System.string* value
);
[JsonConverter(C1.Web.Mvc.Serialization.TemplateConverter, Mono.Cecil.CustomAttributeArgument[])]
public:
property System.String^ TemplateId {
System.String^ get();
void set ( System.String^ value);
}
See Also