ASP.NET Core 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 System.String
    'Usage
     
    
    Dim instance As ColumnBase
    Dim value As System.String
     
    instance.Template = value
     
    value = instance.Template
    public System.string Template {get; set;}
    public read-write property Template: System.String; 
    public function get,set Template : System.String
    public: __property System.string* get_Template();
    public: __property void set_Template( 
       System.string* value
    );
    public:
    property System.String^ Template {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also