AutoSuggestBox.UpdateTextOnSelect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used in conjunction with TextMemberPath, gets or sets a value indicating whether items in the view will trigger an update of the editable text part of the AutoSuggestBox when clicked.
public:
property bool UpdateTextOnSelect { bool get(); void set(bool value); };
bool UpdateTextOnSelect();
void UpdateTextOnSelect(bool value);
public bool UpdateTextOnSelect { get; set; }
var boolean = autoSuggestBox.updateTextOnSelect;
autoSuggestBox.updateTextOnSelect = boolean;
Public Property UpdateTextOnSelect As Boolean
<AutoSuggestBox UpdateTextOnSelect="bool"/>
Property Value
Boolean
bool
A value indicating whether items in the view will trigger an update of the editable text part of the AutoSuggestBox when clicked.