Gets or sets the text this control will display as a remove link when useing alternate 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("")]
public string RemoveLinkText { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
Public Property RemoveLinkText As String
Visual C++
[DefaultValueAttribute(L"")]
public:
property String^ RemoveLinkText {
	String^ get ();
	void set (String^ value);
}

See Also