SearchBox.ChooseSuggestionOnEnter Property

Definition

Gets or sets a value that determines whether the suggested search query is activated when the user presses Enter.

public:
 property bool ChooseSuggestionOnEnter { bool get(); void set(bool value); };
bool ChooseSuggestionOnEnter();

void ChooseSuggestionOnEnter(bool value);
public bool ChooseSuggestionOnEnter { get; set; }
var boolean = searchBox.chooseSuggestionOnEnter;
searchBox.chooseSuggestionOnEnter = boolean;
Public Property ChooseSuggestionOnEnter As Boolean
<SearchBox ChooseSuggestionOnEnter="bool"/>

Property Value

Boolean

bool

true if the suggested search query is activated when the user presses Enter; otherwise, false. The default is false.

Applies to