UltimateSearch Class Library

UltimateSearchOutput.FooterFormat Property

Gets or sets the formatted text displayed at the footer.

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

Property Value

Formatted text displayed at the footer. The default value is Result Page: <b>[FirstPageText]&nbsp;&nbsp;[PrevPageText]</b>[PrevPageImage]&nbsp;&nbsp;[PageLinks]&nbsp;&nbsp;[NextPageImage]<b>[NextPageText]&nbsp;&nbsp;[LastPageText]</b>.

Remarks

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

See Also

UltimateSearchOutput Class | Karamasoft.WebControls.UltimateSearch Namespace