Version

IndexOf Method (IFastItemsSource)

Gets the index of the requested item.
Syntax
int IndexOf( 
   object item
)

Parameters

item
The item to get the index for.

Return Value

The requested index.
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