Template used for displaying selected items in the navigation bar

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer.Web.WebControls (in EPiServer.Web.WebControls.dll) Version: 5.2.375.236

Syntax

C#
[BrowsableAttribute(false)]
[TemplateContainerAttribute(typeof(PageTemplateContainer))]
[BindableAttribute(true)]
[DefaultValueAttribute("")]
public ITemplate SelectedTemplate { get; set; }

See Also