Gets the navigation list item that was deleted from owner list.

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

Syntax

C#
public C1NavigationListItem Item { get; }
Visual Basic
Public ReadOnly Property Item As C1NavigationListItem
	Get

Field Value

The item.

See Also