Gets or sets the name of the field from the data source to bind to the NavigateUrl property of a C1NavigationListItem object to which the C1NavigationListItemBinding object is applied.

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

Syntax

C#
public string NavigateUrlField { get; set; }
Visual Basic
Public Property NavigateUrlField As String
	Get
	Set

See Also