DisplayLastSearch Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether the last search is displayed in the search text box.

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

Syntax

C#
public bool DisplayLastSearch { get; set; }
Visual Basic
Public Property DisplayLastSearch As Boolean
	Get
	Set
Visual C++
public:
property bool DisplayLastSearch {
	bool get ();
	void set (bool value);
}

Field Value

true if the last search is displayed in the search text box; otherwise, false. The default value is true.

Remarks

Use this property to display the last search in the search text box.

See Also