Represents a collection of C1NavigationListItem objects that are used by Items property.

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

Syntax

C#
public class C1NavigationListItemCollection : C1ObservableItemCollection<IC1NavigationListItemCollectionOwner, C1NavigationListItem>, 
	IJsonEmptiable, IStateManager
Visual Basic
Public Class C1NavigationListItemCollection _
	Inherits C1ObservableItemCollection(Of IC1NavigationListItemCollectionOwner, C1NavigationListItem) _
	Implements IJsonEmptiable, IStateManager

Inheritance Hierarchy

See Also