Gets or sets a template that defines how implicit 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#
[BrowsableAttribute(false)]
[TemplateContainerAttribute(typeof(GuidedNavigationDimensionValueItem))]
public ITemplate ImplicitDimensionValueTemplate { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
<TemplateContainerAttribute(GetType(GuidedNavigationDimensionValueItem))> _
Public Property ImplicitDimensionValueTemplate As ITemplate
Visual C++
[BrowsableAttribute(false)]
[TemplateContainerAttribute(typeof(GuidedNavigationDimensionValueItem))]
public:
property ITemplate^ ImplicitDimensionValueTemplate {
	ITemplate^ get ();
	void set (ITemplate^ value);
}

See Also