Accordion for ASP.NET Web Forms
Remove Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Accordion Namespace > C1AccordionPaneCollection Class : Remove Method
The C1AccordionPane item to be removed.
Removes the specified item from the list.
Syntax
'Declaration
 
Public Shadows Sub Remove( _
   ByVal child As C1AccordionPane _
) 
public new void Remove( 
   C1AccordionPane child
)

Parameters

child
The C1AccordionPane item to be removed.
See Also

Reference

C1AccordionPaneCollection Class
C1AccordionPaneCollection Members