[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.Remove

Remove Method

Remove(object)

Removes the specified item from the collection.

Declaration
public void Remove(object item)
Public Sub Remove(item As Object)
Parameters
Type Name Description
object item

The item to remove.

Implements