UltimateSearch Class Library

UltimateSearchInput.DisplayLastSearch Property

Gets or sets a value that indicates whether the last search is displayed in the search text box.

[Visual Basic]
Public Property DisplayLastSearch As Boolean
[C#]
public bool DisplayLastSearch {get; set;}

Property 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

UltimateSearchInput Class | Karamasoft.WebControls.UltimateSearch Namespace