DataGridCollectionViewIndexOf Method
Return the index where the given item appears, or -1 if doesn't appear.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public int IndexOf(
Object item
)
Public Function IndexOf (
item As Object
) As Integer
abstract IndexOf :
item : Object -> int
override IndexOf :
item : Object -> int
- item Object
- Item we are searching for
Int32Index of specified item
IListIndexOf(Object)