ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Accordion Class / Panes Property






In This Topic
    Panes Property
    In This Topic
    Gets the collection of AccordionPane objects whose header and content properties determine the content of the Accordion control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Panes As System.Collections.Generic.IList(Of AccordionPane)
    'Usage
     
    
    Dim instance As Accordion
    Dim value As System.Collections.Generic.IList(Of AccordionPane)
     
    value = instance.Panes
    public System.Collections.Generic.IList<AccordionPane> Panes {get;}
    public read-only property Panes: System.Collections.Generic.IList; 
    public function get Panes : System.Collections.Generic.IList
    public: __property System.Collections.Generic.IList<AccordionPane*>* get_Panes();
    public:
    property System.Collections.Generic.IList<AccordionPane^>^ Panes {
       System.Collections.Generic.IList<AccordionPane^>^ get();
    }
    See Also