WinUI | ComponentOne
WinUI | ComponentOne
C1.WinUI.DataCollection Assembly
/
C1.WinUI.DataCollection Namespace
/
C1CollectionView Class
/ Remove Method
The object to remove from the
C1CollectionView
.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Remove Method (C1CollectionView)
In This Topic
Removes the first occurrence of a specific object from the
C1CollectionView
.
Syntax
C#
public
bool
Remove(
object
item
)
Parameters
item
The object to remove from the
C1CollectionView
.
Return Value
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
.
See Also
Reference
C1CollectionView Class
C1CollectionView Members