Gets or sets a value indicating whether instance of this item will is templated.

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

Syntax

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

Field Value

true if this instance is templated; otherwise, false.

See Also