ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ColumnBase Class / Template Property

In This Topic
    Template Property (ColumnBase)
    In This Topic
    Gets or 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