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

In This Topic
    TabTemplate Property
    In This Topic
    HTML template from which a new tab is created and added. The placeholders #{href} and #{label} are replaced with the url and tab label that are passed as arguments to the add method.
    Syntax
    'Declaration
     
    Public Property TabTemplate As System.String
    public System.string TabTemplate {get; set;}
    See Also