Gets the selected indexes.

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

Syntax

C#
public string SelectedIndexes { get; }
Visual Basic
Public ReadOnly Property SelectedIndexes As String
	Get

Field Value

The selected indexes.

See Also