ASP.NET 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(#3dt.#fet)>
    Public Property EditTemplateContent As String
    [JsonConverter(#3dt.#fet)]
    public string EditTemplateContent {get; set;}
    See Also