HeaderFormat Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the formatted text displayed at the header.

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

Syntax

C#
public string HeaderFormat { get; set; }
Visual Basic
Public Property HeaderFormat As String
	Get
	Set
Visual C++
public:
property String^ HeaderFormat {
	String^ get ();
	void set (String^ value);
}

Field Value

Formatted text displayed at the header. The default value is Results <b>[FirstIndex]</b> - <b>[LastIndex]</b> of <b>[ResultCount]</b> for <b>[SearchTerms]</b>..

Remarks

Use this property to set the formatted text displayed at the header.

See Also