Gets a collection of C1NavigationListItemBinding objects that define the relationship between a data item and the menu item it is binding to.

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

Syntax

C#
public C1NavigationListItemBindingCollection DataBindings { get; }
Visual Basic
Public ReadOnly Property DataBindings As C1NavigationListItemBindingCollection
	Get

See Also