ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SuperPanel Namespace / C1SuperPanel Class / ContentTemplate Property

In This Topic
    ContentTemplate Property (C1SuperPanel)
    In This Topic
    Template for C1SuperPanel into which user could drag controls.
    Syntax
    'Declaration
     
    Public Property ContentTemplate As System.Web.UI.ITemplate
    public System.Web.UI.ITemplate ContentTemplate {get; set;}
    See Also