Gets or sets a template that defines the rendering for the link that allows a user to
              see more dimension values, if only a subset of available values is currently being 
              displayed.
            
    Namespace: 
   Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| [TemplateContainerAttribute(typeof(GuidedNavigationDimensionStateItem))] [BrowsableAttribute(false)] public ITemplate ShowMoreDimensionValuesTemplate { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| <TemplateContainerAttribute(GetType(GuidedNavigationDimensionStateItem))> _ <BrowsableAttribute(False)> _ Public Property ShowMoreDimensionValuesTemplate As ITemplate | 
| Visual C++ | 
|---|
| [TemplateContainerAttribute(typeof(GuidedNavigationDimensionStateItem))] [BrowsableAttribute(false)] public: property ITemplate^ ShowMoreDimensionValuesTemplate { ITemplate^ get (); void set (ITemplate^ value); } | 





