Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 972 Bytes

selector_selectedvaluepath.md

File metadata and controls

31 lines (22 loc) · 972 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Primitives.Selector.SelectedValuePath
winrt property

Microsoft.UI.Xaml.Controls.Primitives.Selector.SelectedValuePath

-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