C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1AccordionPaneCollection Class / Remove Method
The C1AccordionPane item to be removed.

In This Topic
Remove Method (C1AccordionPaneCollection)
In This Topic
Removes the specified item from the list.
Syntax
'Declaration
 
Public Shadows Sub Remove( _
   ByVal child As C1AccordionPane _
) 
 

Parameters

child
The C1AccordionPane item to be removed.
See Also