AutoSuggestBox.UpdateTextOnSelect Property

Definition

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.

Applies to