Gets or sets the URL path to the spinner image that will be shown instead of detail image when item is loading its content.

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

Syntax

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

See Also