Gets or sets the value that indicates whether or not child items are loaded as needed.

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

Syntax

C#
public bool LoadOnDemand { get; set; }
Visual Basic
Public Property LoadOnDemand As Boolean
	Get
	Set

Remarks

Default value is true.

See Also