NextPageText Property

UltimateSearch

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

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

Syntax

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

Field Value

Text to display in place of [NextPageText]. The default value is Next.

Remarks

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

See Also