Gets the state of the tracked items for current page view. This property preliminary used by control developers.

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

Syntax

C#
public Hashtable TrackedItemsState { get; }
Visual Basic
Public ReadOnly Property TrackedItemsState As Hashtable
	Get

Field Value

The state of the tracked items for current page view.

See Also