Version

GetItemValueAtIndex Method

Gets the property value from the item at the specified index.
Syntax
object GetItemValueAtIndex( 
   int index,
   string valueName
)

Parameters

index
The index from which to fetch the item.
valueName
The property name from which to fetch a value.

Return Value

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