ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / TemplateFunction Property

In This Topic
    TemplateFunction Property (TransposedGridRowBase)
    In This Topic
    Gets or sets a template function to be used for generating the HTML content of data cells in this Column.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
    Public Overridable Property TemplateFunction As String
    [JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
    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