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

In This Topic
    TemplateFunction Property (TransposedGridRowTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.TemplateFunction. Sets a template function to be used for generating the HTML content of data cells in this Column.
    Syntax
    'Declaration
     
    Public Overridable Property TemplateFunction As String
    public virtual string TemplateFunction {get; set;}
    Remarks
    The formatter function can add any content to any cell. It provides complete flexibility over the appearance and behavior of grid cells.
    See Also