ComponentOne AppView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AppView Namespace / C1AppViewTemplateContent Class / TemplateContainer Property

In This Topic
    TemplateContainer Property
    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