ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridRowTagHelper Class / Template Property

In This Topic
    Template Property (TransposedGridRowTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.Template. Sets a template string to be used for generating the HTML content of data cells in this Column.
    Syntax
    'Declaration
     
    Public Property Template As String
    public string Template {get; set;}
    See Also