Selector::SelectedValue Property
Gets or sets the value of the SelectedItem, obtained by using SelectedValuePath.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] [LocalizabilityAttribute(LocalizationCategory::NeverLocalize)] property Object^ SelectedValue { Object^ get(); void set(Object^ value); }
The SelectedValuePath property specifies the path to the property that is used to determine the value of the SelectedValue property. Setting SelectedValue to a value X attempts to select an item whose value evaluates to X; if no such item can be found, the selection is cleared.
Identifier field | |
Metadata properties set to true |
The following example binds a ListBox to a collection of Employee objects. The example sets SelectedValuePath to @EmployeeNumber and SelectedValue to 12345. This selects the Employee that has 12345 as the value of EmployeeNumber. This example also binds a TextBlock to the SelectedValue of the ListBox. When the user changes the selection in the ListBox, the TextBlock is updated to show the employee number of the currently selected employee.
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1