FooterFormat Property

UltimateSearch

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

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

Syntax

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

Field 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