ComponentOne AppView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AppView Namespace / C1AppViewItemCollection Class / Remove Method
The C1AppViewItem item to be removed.

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

    Parameters

    child
    The C1AppViewItem item to be removed.
    See Also