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

In This Topic
    EditTemplateId Property
    In This Topic
    Gets or sets the id of the template for the grid cell in editing mode.
    Syntax
    'Declaration
     
    Public Property EditTemplateId As String
    public string EditTemplateId {get; set;}
    See Also