Indicates whether all changes in the Items collection(including children Item collections) will be saved between postbacks. Note, all event handlers that was added dynamically is not restored after postback, so you need re-bind event hanlers again. Default value is true. If this property is set to false C1NavigationList will not restore dynamically added items on next postback and you will need populate items again, in the Page_Init or Page_Load method. Note, this property can be set only once, you can't change this property during postbacks or callbacks.

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

Syntax

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

See Also