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






In This Topic
    EditTemplateContent Property
    In This Topic
    Gets or sets the content of the template for the grid cell in editing mode.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.Web.Mvc.Serialization.TemplateConverter)>
    Public Property EditTemplateContent As System.String
    'Usage
     
    
    Dim instance As CellTemplate
    Dim value As System.String
     
    instance.EditTemplateContent = value
     
    value = instance.EditTemplateContent
    [JsonConverter(C1.Web.Mvc.Serialization.TemplateConverter)]
    public System.string EditTemplateContent {get; set;}
    public read-write property EditTemplateContent: System.String; 
    JsonConverterAttribute(C1.Web.Mvc.Serialization.TemplateConverter)
    public function get,set EditTemplateContent : System.String
    [JsonConverter(C1.Web.Mvc.Serialization.TemplateConverter)]
    public: __property System.string* get_EditTemplateContent();
    public: __property void set_EditTemplateContent( 
       System.string* value
    );
    [JsonConverter(C1.Web.Mvc.Serialization.TemplateConverter)]
    public:
    property System.String^ EditTemplateContent {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also