Gets or sets the index of the selected item.

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

Syntax

C#
public int SelectedIndex { get; set; }
Visual Basic
Public Property SelectedIndex As Integer
	Get
	Set

Field Value

The index of the selected item.

See Also