PrevPageImage Property

UltimateSearch

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

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

Syntax

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

Field Value

Image to display in place of [PrevPageImage].

Remarks

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

See Also