Gets or sets the next block 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#
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[DefaultValueAttribute("")]
public string NextBlockImageUrl { get; set; }
Visual Basic (Declaration)
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<DefaultValueAttribute("")> _
Public Property NextBlockImageUrl As String
Visual C++
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[DefaultValueAttribute(L"")]
public:
property String^ NextBlockImageUrl {
	String^ get ();
	void set (String^ value);
}

See Also