ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TabPanel Class / Tabs Property

In This Topic
    Tabs Property
    In This Topic
    Gets the collection of Tab objects whose Tab.header and Tab.pane properties determine the content of the TabPanel control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Tabs As IList(Of Tab)
    public IList<Tab> Tabs {get;}
    See Also