Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.02 KB

autosuggestbox_textmemberpath.md

File metadata and controls

33 lines (22 loc) · 1.02 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.AutoSuggestBox.TextMemberPath
winrt property

Windows.UI.Xaml.Controls.AutoSuggestBox.TextMemberPath

-description

Gets or sets the property path that is used to get the value for display in the text box portion of the AutoSuggestBox control, when an item is selected.

-xaml-syntax

<AutoSuggestBox TextMemberPath="propertyName"/>

-xaml-values

propertyName
propertyNameThe name of the property of the selected item that should be used to set or change the Text value. Use this in cases where the string/property displayed in a suggestion item that's based on a data object isn't the same value that the Text value is using.
## -property-value The property path that is used to get the value for display in the text box portion of the [AutoSuggestBox](autosuggestbox.md) control, when an item is selected.

-remarks

-examples

-see-also