Gets or sets the template container that contains templated content.

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

Syntax

C#
public C1NavigationListItemTemplateContainer TemplateContainer { get; set; }
Visual Basic
Public Property TemplateContainer As C1NavigationListItemTemplateContainer
	Get
	Set

Field Value

The template container.

See Also