Represents a collection of C1PickerItem objects that are used by C1Picker.

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

Syntax

C#
public class C1PickerItemCollection : C1ObservableItemCollection<C1Picker, C1PickerItem>, 
	IJsonEmptiable
Visual Basic
Public Class C1PickerItemCollection _
	Inherits C1ObservableItemCollection(Of C1Picker, C1PickerItem) _
	Implements IJsonEmptiable

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'C1PickerItem>)>)>
    C1.Web.iPhone..::..C1ObservableItemCollection<(Of <(<'C1Picker, C1PickerItem>)>)>
      C1.Web.iPhone.C1PickerView..::..C1PickerItemCollection

See Also