Gets the index of the selected item that will be assigned to picker.

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

Syntax

C#
public int NewIndex { get; }
Visual Basic
Public ReadOnly Property NewIndex As Integer
	Get

Field Value

The index of the selected item that will be assigned to picker.

See Also