ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ListView Namespace / C1ListViewItem Class / TemplateContainer Property

In This Topic
    TemplateContainer Property (C1ListViewItem)
    In This Topic
    Gets or sets the template container.
    Syntax
    'Declaration
     
    Public Property TemplateContainer As System.Web.UI.HtmlControls.HtmlGenericControl
    public System.Web.UI.HtmlControls.HtmlGenericControl TemplateContainer {get; set;}

    Property Value

    The template container.
    See Also