ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Property EditTemplateContent As String
    public string EditTemplateContent {get; set;}
    See Also