ComponentOne DataGrid for WPF and Silverlight
Remove Method (BaseCollectionView)

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : Remove Method
The item to remove.
Removes the specified item from the collection.
Syntax
'Declaration
 
Public Overridable Sub Remove( _
   ByVal item As System.Object _
) 
public virtual void Remove( 
   System.object item
)

Parameters

item
The item to remove.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members