Next block template. This will display "<<" by default.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[TemplateContainerAttribute(typeof(OffsetNavigationTemplateContainer))]
[BrowsableAttribute(false)]
public ITemplate PreviousBlockTemplate { get; set; }
Visual Basic (Declaration)
<TemplateContainerAttribute(GetType(OffsetNavigationTemplateContainer))> _
<BrowsableAttribute(False)> _
Public Property PreviousBlockTemplate As ITemplate
Visual C++
[TemplateContainerAttribute(typeof(OffsetNavigationTemplateContainer))]
[BrowsableAttribute(false)]
public:
property ITemplate^ PreviousBlockTemplate {
	ITemplate^ get ();
	void set (ITemplate^ value);
}

See Also