Gets or sets the previous page offset image path.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[DefaultValueAttribute("")]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
public string PreviousPageImageUrl { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
Public Property PreviousPageImageUrl As String
Visual C++
[DefaultValueAttribute(L"")]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
public:
property String^ PreviousPageImageUrl {
	String^ get ();
	void set (String^ value);
}

See Also