Enables or disables the display of refinement DimensionValues for each DimensionState in the GuidedNavigation control

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#
[DefaultValueAttribute(true)]
public bool ShowRefinements { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
Public Property ShowRefinements As Boolean
Visual C++
[DefaultValueAttribute(true)]
public:
property bool ShowRefinements {
	bool get ();
	void set (bool value);
}

See Also