Gets or sets the template that will be used for navigation bar.

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

Syntax

C#
public ITemplate NavigationBarTemplate { get; set; }
Visual Basic
Public Property NavigationBarTemplate As ITemplate
	Get
	Set

Field Value

The navigation bar template.

See Also