Gets or sets the image this control will display as a remove link when using alternate rendering and instead of the remove button when using standard rendering

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("System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", 
	typeof(UITypeEditor))]
public string RemoveImageUrl { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<EditorAttribute("System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",  _
	GetType(UITypeEditor))> _
Public Property RemoveImageUrl As String
Visual C++
[DefaultValueAttribute(L"")]
[EditorAttribute(L"System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", 
	typeof(UITypeEditor))]
public:
property String^ RemoveImageUrl {
	String^ get ();
	void set (String^ value);
}

See Also