Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 813 Bytes

selector_selectedvalue.md

File metadata and controls

33 lines (22 loc) · 813 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Primitives.Selector.SelectedValue
winrt property

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

-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