Whether the control should show inert dimension values within breadcrumbs.
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
| 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); } |