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

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

See Also