ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Tabs Namespace / C1TabsExtender Class / PanelTemplate Property

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