[]
        
(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)
Parameters
Type Name Description
object item

The item to remove.

Implements