Enables or disables the display of implicit DimensionValues for each DimensionState
            in the GuidedNavigation control
            
    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# | 
|---|
| [DefaultValueAttribute(false)] public bool ShowImplicitDimensionValues { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| <DefaultValueAttribute(False)> _ Public Property ShowImplicitDimensionValues As Boolean | 
| Visual C++ | 
|---|
| [DefaultValueAttribute(false)] public: property bool ShowImplicitDimensionValues { bool get (); void set (bool value); } | 





