Version

GetItemAtIndex Method (BaseDataSource)

Returns the item at the specific index in the data source. This index is based on the data source's current view of the data, not the actual underlying indexes of the original source.
Syntax
public object GetItemAtIndex( 
   int index
)

Parameters

index
The index of the requested item.

Return Value

The item at 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