Gets or sets a template that defines how refinement DimensionValue items are displayed.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

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

See Also