PrevPageText Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the text to display in place of [PrevPageText].

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

Syntax

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

Field Value

Text to display in place of [PrevPageText]. The default value is Previous.

Remarks

Use this property to set the text to display in place of [PrevPageText].

See Also