UltimateSearch Class Library

UltimateSearchInput.SubmitOnEnter Property

Gets or sets a value that indicates whether the search terms are submitted when the user clicks enter.

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

Property Value

true if the search terms are submitted when the user clicks enter; otherwise, false. The default value is true.

Remarks

Use this property to submit search terms when the user clicks enter.

See Also

UltimateSearchInput Class | Karamasoft.WebControls.UltimateSearch Namespace