AutoSuggestBox.TextMemberPath Property

Definition

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.

public:
 property Platform::String ^ TextMemberPath { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TextMemberPath();

void TextMemberPath(winrt::hstring value);
public string TextMemberPath { get; set; }
var string = autoSuggestBox.textMemberPath;
autoSuggestBox.textMemberPath = string;
Public Property TextMemberPath As String
<AutoSuggestBox TextMemberPath="propertyName"/>

Property Value

String

Platform::String

winrt::hstring

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.

Applies to