Gets or sets the name of the field from the data source to bind to the ImageUrl 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 ImageUrlField { get; set; }
Visual Basic
Public Property ImageUrlField As String
	Get
	Set

See Also