Version

IndexOfItem Method (IDataSourceDataProvider)

Called to return the index for an item contained in the data source, or -1, if the item can't be found, or this action isn't currently supported.
Syntax
int IndexOfItem( 
   object item
)

Parameters

item
The item for which to find the index.

Return Value

The index if possible, or -1
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also