UltimateSearch Class Library

UltimateSearchOutput.HeaderFormat Property

Gets or sets the formatted text displayed at the header.

[Visual Basic]
Public Property HeaderFormat As String
[C#]
public string HeaderFormat {get; set;}

Property 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

UltimateSearchOutput Class | Karamasoft.WebControls.UltimateSearch Namespace