Windows.UI.Xaml.Controls.Primitives.Selector.SelectedValuePath

June 22, 2022 · View on GitHub

-description

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

-xaml-syntax

<selector SelectedValuePath="propertyPath"/>

-xaml-values

propertyPath
propertyPathA string that is evaluated as a simple dot syntax path to an object property.
## -property-value The property path that is used to get the [SelectedValue](selector_selectedvalue.md) property of the [SelectedItem](selector_selecteditem.md) property. The default is [String.Empty](/dotnet/api/system.string.empty?view=dotnet-uwp-10.0&preserve-view=true).

-remarks

-examples

-see-also