ASP.NET Core 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 System.Collections.Generic.IList(Of Tab)
    'Usage
     
    
    Dim instance As TabPanel
    Dim value As System.Collections.Generic.IList(Of Tab)
     
    value = instance.Tabs
    public System.Collections.Generic.IList<Tab> Tabs {get;}
    public read-only property Tabs: System.Collections.Generic.IList; 
    public function get Tabs : System.Collections.Generic.IList
    public: __property System.Collections.Generic.IList<Tab*>* get_Tabs();
    public:
    property System.Collections.Generic.IList<Tab^>^ Tabs {
       System.Collections.Generic.IList<Tab^>^ get();
    }
    See Also