Gets a C1NavigationListItemCollection object that includes the child items in the C1NavigationList control.

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

Syntax

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

Implements

IC1NavigationListItemCollectionOwner..::..Items

See Also