Gets or sets a template that defines the display of the intermediate dimension values in each dimension breadcrumb.

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(DimensionValueTemplateContainer))]
[BrowsableAttribute(false)]
public ITemplate IntermediateDimensionValueTemplate { get; set; }
Visual Basic (Declaration)
<TemplateContainerAttribute(GetType(DimensionValueTemplateContainer))> _
<BrowsableAttribute(False)> _
Public Property IntermediateDimensionValueTemplate As ITemplate
Visual C++
[TemplateContainerAttribute(typeof(DimensionValueTemplateContainer))]
[BrowsableAttribute(false)]
public:
property ITemplate^ IntermediateDimensionValueTemplate {
	ITemplate^ get ();
	void set (ITemplate^ value);
}

Remarks

Note that intermediate dimension values only occur in hierarchical dimensions.

See Also