Gets a C1PickerItemCollection object that includes the child items in the C1Picker control.

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

Syntax

C#
public virtual C1PickerItemCollection Items { get; }
Visual Basic
Public Overridable ReadOnly Property Items As C1PickerItemCollection
	Get

Field Value

The items.

See Also