FooterFormat Property
From UltimateSearch
| UltimateSearch Class Library |
| UltimateSearchOutput..::..FooterFormat Property |
| UltimateSearchOutput Class See Also Send Feedback |
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] [PrevPageText]</b>[PrevPageImage] [PageLinks] [NextPageImage]<b>[NextPageText] [LastPageText]</b>.
Remarks
Use this property to set the formatted text displayed at the footer.