DisplayCounter Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether a counter is displayed for each search result.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public bool DisplayCounter { get; set; }
Visual Basic
Public Property DisplayCounter As Boolean
	Get
	Set
Visual C++
public:
property bool DisplayCounter {
	bool get ();
	void set (bool value);
}

Field Value

true if a counter is displayed for each search result; otherwise, false. The default value is false.

Remarks

Use this property to specify whether a counter is displayed for each search result.

See Also