Enables or disables the display of selected DimensionValues or "in-place breadcrumbs" 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.3.0 (2.1.3.622)
Syntax
| C# |
|---|
[DefaultValueAttribute(false)] public bool ShowSelectedDimensionValues { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(False)> _ Public Property ShowSelectedDimensionValues As Boolean |
| Visual C++ |
|---|
[DefaultValueAttribute(false)] public: property bool ShowSelectedDimensionValues { bool get (); void set (bool value); } |