ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CellTemplate Class / TemplateContent Property






In This Topic
    TemplateContent Property
    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 System.String
    'Usage
     
    
    Dim instance As CellTemplate
    Dim value As System.String
     
    instance.TemplateContent = value
     
    value = instance.TemplateContent
    [JsonConverter(C1.Web.Mvc.Serialization.TemplateConverter)]
    public System.string TemplateContent {get; set;}
    public read-write property TemplateContent: System.String; 
    JsonConverterAttribute(C1.Web.Mvc.Serialization.TemplateConverter)
    public function get,set TemplateContent : System.String
    [JsonConverter(C1.Web.Mvc.Serialization.TemplateConverter)]
    public: __property System.string* get_TemplateContent();
    public: __property void set_TemplateContent( 
       System.string* value
    );
    [JsonConverter(C1.Web.Mvc.Serialization.TemplateConverter)]
    public:
    property System.String^ TemplateContent {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also