Accordion for ASP.NET Web Forms
Add Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Accordion Namespace > C1AccordionPaneCollection Class : Add Method
Adds a new pane item to the end of the list.
Syntax
'Declaration
 
Public Shadows Sub Add( _
   ByVal child As C1AccordionPane _
) 
public new void Add( 
   C1AccordionPane child
)

Parameters

child
See Also

Reference

C1AccordionPaneCollection Class
C1AccordionPaneCollection Members