NextPageImage Property

UltimateSearch

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

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

Syntax

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

Field Value

Image to display in place of [NextPageImage].

Remarks

Use this property to set the image to display in place of [NextPageImage].

See Also