ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / Remove Method
The item to remove.

In This Topic
    Remove Method (BaseCollectionView)
    In This Topic
    Removes the specified item from the collection.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Remove( _
       ByVal item As Object _
    ) 
    public virtual void Remove( 
       object item
    )

    Parameters

    item
    The item to remove.
    See Also