Whether the control should show inert dimension values within breadcrumbs.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[BrowsableAttribute(true)]
[DefaultValueAttribute(true)]
public bool ShowPartiallyInertSelectedDimensionValues { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(True)> _
<DefaultValueAttribute(True)> _
Public Property ShowPartiallyInertSelectedDimensionValues As Boolean
Visual C++
[BrowsableAttribute(true)]
[DefaultValueAttribute(true)]
public:
property bool ShowPartiallyInertSelectedDimensionValues {
	bool get ();
	void set (bool value);
}

See Also