[]
        
(Showing Draft Content)

C1.UWP.DataCollection.C1CollectionView.Remove

Remove Method

Remove(object)

Removes the first occurrence of a specific object from the C1CollectionView.

Declaration
public bool Remove(object item)
Parameters
Type Name Description
object item

The object to remove from the C1CollectionView.

Returns
Type Description
bool

True if item was successfully removed from the C1CollectionView; otherwise, false. This method also returns false if item is not found in the original C1CollectionView.