Gets or sets the expanded item path. "r" means root, "r-2" means third item.

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

Syntax

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

Field Value

The expanded item path.

See Also