WatermarkText Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the watermark text to be displayed in the search textbox.

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

Syntax

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

Field Value

Watermark text to be displayed in the search textbox. The default value is empty string.

Remarks

Use this property to set the watermark text to be displayed in the search textbox.

See Also