Windows.UI.Xaml.Controls.Primitives.Selector.SelectedValue

June 22, 2022 · View on GitHub

-description

Gets or sets the value of the selected item, obtained by using the SelectedValuePath.

-xaml-syntax

<selector SelectedValue="valueAsString"/>

-xaml-values

valueAsString
valueAsStringA string that is equivalent to the desired value as displayed in the .
## -property-value The value of the selected item, obtained by using the [SelectedValuePath](selector_selectedvaluepath.md), or null if no item is selected. The default value is null.

-remarks

-examples

-see-also