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