Gets the target pickers that raised SelectedIndexChanging event.

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

Syntax

C#
public C1Picker Picker { get; }
Visual Basic
Public ReadOnly Property Picker As C1Picker
	Get

Field Value

The target pickers.

See Also