Version

GetItemPropertyAtIndex Method (IDataSource)

Extracts a named property value from the item at a specified index.
Syntax
object GetItemPropertyAtIndex( 
   int index,
   string valueName
)

Parameters

index
The index of the item from which to extract a property value.
valueName
The property value from which to extract a value.

Return Value

The value of the specified property
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