Gets the item by its index.

Namespace:  C1.Web.iPhone.C1PickerView
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public C1PickerItem GetItemByIndex(
	int index
)
Visual Basic
Public Function GetItemByIndex ( _
	index As Integer _
) As C1PickerItem

Parameters

index
Type: System..::..Int32
The index.

Return Value

See Also