Gets or sets a value indicating if the count of matching records is displayed next to each dimension value.

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

Remarks

Note that the value of this property value has no effect unless Refinement Statistics are enabled for one or more dimensions.

See Also