WinUI | ComponentOne
WinUI | ComponentOne
C1.WinUI.DataCollection Assembly
/
C1.WinUI.DataCollection Namespace
/
C1CollectionView Class
/ IndexOf Method
The object to locate in the collection.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
IndexOf Method (C1CollectionView)
In This Topic
Determines the index of a specific item in the collection.
Syntax
C#
public
int
IndexOf(
object
item
)
Parameters
item
The object to locate in the collection.
Return Value
The index of
item
if found in the list; otherwise, -1.
See Also
Reference
C1CollectionView Class
C1CollectionView Members