ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1TemplateField Class / ItemTemplate Property

In This Topic
    ItemTemplate Property
    In This Topic
    Gets or sets the template used to show an item in a C1TemplateField.
    Syntax
    'Declaration
     
    Public Overridable Property ItemTemplate As System.Web.UI.ITemplate
    public virtual System.Web.UI.ITemplate ItemTemplate {get; set;}
    See Also