ComponentOne Wizard for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Wizard Namespace / C1Wizard Class / PanelTemplate Property

In This Topic
    PanelTemplate Property
    In This Topic
    HTML template from which a new panel is created by adding a panel with the add method or when creating a panel for a remote panel on the fly.
    Syntax
    'Declaration
     
    Public Property PanelTemplate As System.String
    public System.string PanelTemplate {get; set;}
    See Also