ListPickerFlyout.SelectedValuePath Property

Definition

Gets or sets the property path that is used to get the SelectedValue property of the SelectedItem property.

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

void SelectedValuePath(winrt::hstring value);
public string SelectedValuePath { get; set; }
var string = listPickerFlyout.selectedValuePath;
listPickerFlyout.selectedValuePath = string;
Public Property SelectedValuePath As String

Property Value

String

Platform::String

winrt::hstring

The property path that is used to get the SelectedValue property of the SelectedItem property. The default is String.Empty.

Applies to